aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-24 02:15:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-24 02:15:46 +1200
commit5aece4630484c2ba5ec2b7159d25dd0582bba2f3 (patch)
tree4fd63127f24c8a7d9603d0dc48b864e058e862dc /bash/bashrc.d
parentRename vis(1) to eds(1) (diff)
downloaddotfiles-5aece4630484c2ba5ec2b7159d25dd0582bba2f3.tar.gz
dotfiles-5aece4630484c2ba5ec2b7159d25dd0582bba2f3.zip
Remove md.bash
Not really justified
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/md.bash4
1 files changed, 0 insertions, 4 deletions
diff --git a/bash/bashrc.d/md.bash b/bash/bashrc.d/md.bash
deleted file mode 100644
index 1b2a3b30..00000000
--- a/bash/bashrc.d/md.bash
+++ /dev/null
@@ -1,4 +0,0 @@
-# mkdir(1) shortcut
-md() {
- mkdir -p -- "$@"
-}