mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
zsh: remove cdgr duplicate
This commit is contained in:
parent
87080f66fa
commit
e890d9ef82
1 changed files with 1 additions and 2 deletions
|
|
@ -83,11 +83,10 @@ alias nmtui-connect='NEWT_COLORS="$NMTUI_COLORS" nmtui-connect'
|
||||||
|
|
||||||
## Git
|
## Git
|
||||||
|
|
||||||
alias cdg='cd $(git rev-parse --show-toplevel 2>/dev/null)'
|
alias cdgr='cd $(git rev-parse --show-toplevel 2>/dev/null)'
|
||||||
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"
|
alias ghist="git log --name-only --pretty='' | sed -e '/^\\s*$/d' | awk '!seen[\$0]++' | less"
|
||||||
alias cdgr='cd $(git rev-parse --show-toplevel)'
|
|
||||||
alias gwch='git log --patch --abbrev-commit'
|
alias gwch='git log --patch --abbrev-commit'
|
||||||
|
|
||||||
## Servers
|
## Servers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue