This website requires JavaScript.
Explore
Help
Sign In
phundrak
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Activity
Files
f902b6fc92a6e737f0705f2ba100662ee2ca412b
dotfiles
/
.config
/
fish
/
functions
/
mkcd.fish
T
5 lines
91 B
Fish
Raw
Normal View
History
Unescape
Escape
Added redshift as blue light filter, converting eshell aliases
2020-02-07 21:17:29 +01:00
function
mkcd
-d
"Create directory and cd to it"
mkdir
-p
$argv
[
1
]
cd
$argv
[
1
]
end
Reference in New Issue
Copy Permalink