mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
gf is not git fetch, not git ls (=> gls)
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
0d4892d4db
commit
33e9308703
1 changed files with 0 additions and 2 deletions
|
|
@ -91,8 +91,6 @@ 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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue