mkcd!
This commit is contained in:
parent
3372694ddc
commit
8534581b78
1 changed files with 4 additions and 0 deletions
4
functions/mkcd.fish
Normal file
4
functions/mkcd.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
# create directory and move into it
|
||||
function mkcd
|
||||
mkdir $argv[1] && cd $argv[1]
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue