added git-l alias for git log

This commit is contained in:
tomit4 2022-01-29 04:33:45 -08:00
parent 12bd5fbbf7
commit 0e95d899a5

View file

@ -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"