.dotfiles/.config/fish/functions/grt.fish
2026-02-23 22:20:58 +02:00

3 lines
127 B
Fish

function grt -d "cd into the top of the current repository or submodule"
cd (git rev-parse --show-toplevel; or echo ".")
end