This website requires JavaScript.
Explore
Help
Sign In
emilis
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a44e3b3305
dotfiles
/
fish
/
functions
/
mkcd.fish
4 lines
64 B
Fish
Executable File
Raw
Blame
History
#!/usr/bin/env fish
function
mkcd
mkdir
$argv
;
and
cd
$argv
end
Reference in New Issue
View Git Blame
Copy Permalink