diff --git a/fish/.config/fish/functions/gh.fish b/fish/.config/fish/functions/gh.fish deleted file mode 100644 index 2e22353e..00000000 --- a/fish/.config/fish/functions/gh.fish +++ /dev/null @@ -1,5 +0,0 @@ -# Easily cd into the "home" directory of any repository you're -# working in. -function gh - cd (git rev-parse --show-toplevel) -end