forked from extern/nix-config
fish: Remove git grep abbreviation
As cool as "gg" is to type, I never used git grep since ripgrep works just as great (and is almost always easier to read as well).
This commit is contained in:
parent
f320b0c294
commit
71179c2e67
@ -46,7 +46,6 @@ if not set -q set_abbr
|
||||
abbr gco "git checkout"
|
||||
abbr gd "git diff" # Show all file changes not staged yet
|
||||
abbr gds "git diff --staged" # Show changes staged but not committed
|
||||
abbr gg "git grep"
|
||||
abbr gi "git init"
|
||||
abbr gl "git log --oneline --decorate --all --graph -n 10"
|
||||
abbr gm "git merge"
|
||||
|
Loading…
Reference in New Issue
Block a user