1
0
forked from extern/nix-config
donovanglover-nix-config/.config/fish/functions/gh.fish
Donovan Glover bf0a007487
Update misc dotfiles
Image previews in ranger are back, this time using urxvt instead of w3m.
Also fixed the screenshot utility and cleaned up some other things.
2018-10-07 18:15:44 -04:00

6 lines
132 B
Fish

# Easily cd into the "home" directory of any repository you're
# working in.
function gh
cd (git rev-parse --show-toplevel)
end