mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 14:37:25 +01:00
start out with thoughtbots version
This commit is contained in:
committed by
Thomas Ruoff
parent
891caebf74
commit
bc1bd4f5e6
5
zsh/functions/mcd
Normal file
5
zsh/functions/mcd
Normal file
@@ -0,0 +1,5 @@
|
||||
# Make directory and change into it.
|
||||
|
||||
function mcd() {
|
||||
mkdir -p "$1" && cd "$1";
|
||||
}
|
||||
Reference in New Issue
Block a user