forked from extern/nix-config
bf0a007487
Image previews in ranger are back, this time using urxvt instead of w3m. Also fixed the screenshot utility and cleaned up some other things.
6 lines
132 B
Fish
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
|