commit 0c95d96a731fa527044082beafdc45b472b496dc parent cdca15962f72af3f56d684a0bcb3b4b6fc25c646 Author: Ed van Bruggen <edvb54@gmail.com> Date: Tue, 18 Apr 2017 22:21:49 -0700 bash: Remove mkcd Diffstat:
bashrc | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/bashrc b/bashrc @@ -124,9 +124,4 @@ alias emacs='emacs --no-window-system' alias t='todoium' alias old='tg old' -# mkdir and cd in one command -mkcd () { - [ -n "$1" ] && mkdir -p "$@" && cd "$1" -} - #}}}