add did alias

This commit is contained in:
Thomas Ruoff
2018-12-01 19:53:50 +01:00
parent d11c7b2c01
commit 955d534e60

View File

@@ -13,6 +13,8 @@ alias ta='tmux attach -t'
alias ts='tmux new-session -s' alias ts='tmux new-session -s'
alias tl='tmux list-sessions' alias tl='tmux list-sessions'
alias did="vim +'normal Go' +'r\!date' ~/did.txt"
# Pretty print the path # Pretty print the path
alias path='echo $PATH | tr -s ":" "\n"' alias path='echo $PATH | tr -s ":" "\n"'