My fish config
This commit is contained in:
3
functions/cd-git.fish
Normal file
3
functions/cd-git.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function cd-git --wraps='cd ~/git' --description 'alias cd-git cd ~/git'
|
||||
cd ~/git $argv;
|
||||
end
|
||||
Reference in New Issue
Block a user