This website requires JavaScript.
Explore
Help
Register
Sign In
phundrak
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Activity
5f1641c7bd
dotfiles
/
.config
/
fish
/
functions
/
mcd.fish
5 lines
90 B
Fish
Raw
Normal View
History
Unescape
Escape
initial commit for new repo
2019-07-21 01:27:31 +00:00
function
mcd
-d
"Create directory and cd to it"
edited bootstrap file, better mcd function
2019-10-15 20:24:03 +00:00
mkdir
-p
$argv
[
1
]
initial commit for new repo
2019-07-21 01:27:31 +00:00
cd
$argv
[
1
]
end
Reference in New Issue
Copy Permalink