This website requires JavaScript.
Explore
Help
Sign In
Marty
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
3
Pull requests
Projects
Releases
Wiki
Activity
6277ed1cf1
dotfiles
/
.config
/
shell
/
zshrc.d
/
6-mkcd.zsh
6 lines
81 B
Bash
Raw
Normal View
History
Unescape
Escape
Naive fixing of linter errors
2019-07-24 05:33:28 +00:00
#!/bin/zsh
Switched to Zgen Plugin manager
2019-02-04 02:32:45 +00:00
# mkdir & cd
Fix static analysis and lint errors
2019-07-24 09:32:04 +00:00
function
mkcd
(
)
{
mkdir -p
"
$@
"
&&
cd
"
$_
"
||
return
Switched to Zgen Plugin manager
2019-02-04 02:32:45 +00:00
}
Reference in a new issue
Copy permalink