From 955d534e60396f4ff7a20e1e70506fe386238e27 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sat, 1 Dec 2018 19:53:50 +0100 Subject: [PATCH] add did alias --- zsh/.aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.aliases b/zsh/.aliases index 4b1651d..ef4b2c9 100644 --- a/zsh/.aliases +++ b/zsh/.aliases @@ -13,6 +13,8 @@ alias ta='tmux attach -t' alias ts='tmux new-session -s' alias tl='tmux list-sessions' +alias did="vim +'normal Go' +'r\!date' ~/did.txt" + # Pretty print the path alias path='echo $PATH | tr -s ":" "\n"'