Grouping stuff
This commit is contained in:
4
terminal/fish/functions/mcd.fish
Executable file
4
terminal/fish/functions/mcd.fish
Executable file
@@ -0,0 +1,4 @@
|
||||
function mcd --description "Make directory and enter it"
|
||||
mkdir -p $argv
|
||||
and cd $argv
|
||||
end
|
||||
Reference in New Issue
Block a user