mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Renamed alias gf to gls (git-ls)
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
404a7e8eca
commit
91dc73d411
1 changed files with 2 additions and 2 deletions
|
|
@ -83,8 +83,8 @@ alias grhh='git reset HEAD --hard'
|
|||
compdef _git grhh=git-reset
|
||||
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||
compdef _git gwc=git-whatchanged
|
||||
alias gf='git ls-files | grep'
|
||||
compdef _git gf=git-ls-files
|
||||
alias gls='git ls-files | grep'
|
||||
compdef _git gls=git-ls-files
|
||||
alias gpoat='git push origin --all && git push origin --tags'
|
||||
compdef _git gpoat=git-push
|
||||
alias gmt='git mergetool --no-prompt'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue