aboutsummaryrefslogtreecommitdiffstats
path: root/.functions
diff options
context:
space:
mode:
Diffstat (limited to '.functions')
-rw-r--r--.functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/.functions b/.functions
index 45100d6..5336e3b 100644
--- a/.functions
+++ b/.functions
@@ -1,5 +1,5 @@
# Create a new directory and enter it
-function md() {
+function mkd() {
mkdir -p "$@" && cd "$@"
}