diff options
Diffstat (limited to '.functions')
-rw-r--r-- | .functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Create a new directory and enter it -function md() { +function mkd() { mkdir -p "$@" && cd "$@" } |
index : dotfiles/.git | ||
:wrench: .files, including ~/.osx — sensible hacker defaults for OS X | Filipp Lepalaan |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | .functions | 2 |
@@ -1,5 +1,5 @@ # Create a new directory and enter it -function md() { +function mkd() { mkdir -p "$@" && cd "$@" } |