fish: Remove 'git home' function

It turns out that I don't use this function at all, so I'm removing it.
This commit is contained in:
Donovan Glover 2018-12-01 15:28:40 -05:00
parent 568d3e613a
commit 7fc6547a8b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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