added git-s alias and also lscommits alias

This commit is contained in:
tomit4 2022-02-26 11:14:24 -08:00
parent 979620d729
commit 5c541f3984

View file

@ -246,6 +246,8 @@ alias git-a="git add"
alias git-c="git commit -m"
alias git-p="git push"
alias git-l="git log"
alias git-s="git stash"
alias {lsc,lscommits}="tig"
alias xsel="xclip -sel clip"
alias catx="cat | xclip -sel clip"
alias kitx="cat | kitty +kitten clipboard"