1
0
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:
Donovan Glover 2018-12-06 18:09:02 -05:00
parent f320b0c294
commit 71179c2e67
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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"