3 lines
107 B
Fish
3 lines
107 B
Fish
function gcd --description 'cd to the root of current git repo'
|
|
cd (git rev-parse --show-toplevel)
|
|
end
|