From 0e95d899a581c86ff70b52c894bd08b977110c82 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 29 Jan 2022 04:33:45 -0800 Subject: [PATCH] added git-l alias for git log --- bashrc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc.txt b/bashrc.txt index 3f84a57a..55376a2e 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -216,6 +216,7 @@ alias {pvdown,pvpnd,pvd}="doas protonvpn d" alias git-a="git add" alias git-c="git commit -m" alias git-p="git push" +alias git-l="git log" alias xsel="xclip -sel clip" alias catx="cat | xclip -sel clip" alias xclear="echo '' | xclip && xclip -selection clipboard /dev/null"