diff --git a/.zshrc b/.zshrc index 2e50bdd..ea0d008 100644 --- a/.zshrc +++ b/.zshrc @@ -92,6 +92,7 @@ ## Mini short-hand scripts (ex: la = ls -a) >>> # dotfile management alias dot='git --git-dir="$HOME/git/dotfiles" --work-tree="$HOME"' + alias d=dot alias tm='tmux new -As0' # open a new session called 0, but if there is already a session called 0, connect to it