aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/mkcd.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/mkcd.bash')
-rw-r--r--bash/bashrc.d/mkcd.bash4
1 files changed, 0 insertions, 4 deletions
diff --git a/bash/bashrc.d/mkcd.bash b/bash/bashrc.d/mkcd.bash
deleted file mode 100644
index 6342d4a6..00000000
--- a/bash/bashrc.d/mkcd.bash
+++ /dev/null
@@ -1,4 +0,0 @@
-# Create a directory and change into it
-mkcd() {
- mkdir -p -- "$1" && builtin cd -- "$1"
-}