diff options
Diffstat (limited to 'bash/bashrc.d/md.bash')
-rw-r--r-- | bash/bashrc.d/md.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bashrc.d/md.bash b/bash/bashrc.d/md.bash index d32cf488..1b2a3b30 100644 --- a/bash/bashrc.d/md.bash +++ b/bash/bashrc.d/md.bash @@ -2,4 +2,3 @@ md() { mkdir -p -- "$@" } - |