zsh: add ghist alias

This commit is contained in:
He4eT 2023-11-17 12:16:18 +01:00
commit 9736dcaa3d

View file

@ -46,6 +46,7 @@ alias ncdu='ncdu --color off'
alias ga.='ga . && gst'
alias gcmsgrnd='git commit -m "$(fakemsg)"'
alias ghist="git log --name-only --pretty='' | sed -e '/^\\s*$/d' | awk '!seen[\$0]++' | less"
## Servers