mirror of
https://github.com/xzeldon/dotfiles-wsl2.git
synced 2025-04-10 06:47:11 +03:00
4 lines
127 B
Fish
4 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
|