commit 6931a0151fa09ef2894bc59d4049516eb6bf3349 parent 8761b138290e15d3b682a6df3994d5b56d154328 Author: Ed van Bruggen <edvb54@gmail.com> Date: Sun, 5 Mar 2017 22:31:17 -0800 Bash: Add old alias for tg Diffstat:
bashrc | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bashrc b/bashrc @@ -122,6 +122,7 @@ alias cpls='clear; pwd; ls' alias cmon='sudo "$BASH" -c "$(history -p !!)"' alias emacs='emacs --no-window-system' alias t='todoium' +alias old='tg old' # mkdir and cd in one command mkcd () {