AutoYADM commit: 2025-04-16 19:10:12
This commit is contained in:
parent
47a06b5318
commit
6afc52c6bf
1 changed files with 3 additions and 0 deletions
3
.config/fish/functions/gcd.fish
Normal file
3
.config/fish/functions/gcd.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function gcd --description 'cd to the root of current git repo'
|
||||
cd (git rev-parse --show-toplevel)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue