mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
zsh: add ghist alias
This commit is contained in:
parent
81c5d6b494
commit
9736dcaa3d
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ alias ncdu='ncdu --color off'
|
||||||
|
|
||||||
alias ga.='ga . && gst'
|
alias ga.='ga . && gst'
|
||||||
alias gcmsgrnd='git commit -m "$(fakemsg)"'
|
alias gcmsgrnd='git commit -m "$(fakemsg)"'
|
||||||
|
alias ghist="git log --name-only --pretty='' | sed -e '/^\\s*$/d' | awk '!seen[\$0]++' | less"
|
||||||
|
|
||||||
## Servers
|
## Servers
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue