diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 9b36cc2..76a2ba6 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -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"