Lots of stuff. Working on refactoring
This commit is contained in:
4
fish/functions/mcd.fish
Executable file
4
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