diff --git a/.zshrc b/.zshrc index ea0d008..c20e312 100644 --- a/.zshrc +++ b/.zshrc @@ -76,6 +76,9 @@ [ -z "$VIMRUNTIME" ] && alias glow='glow -p' # force Glow to preview with `less` if not in vim + # I hate it when I get ghost script instead of git status. this will be removed + alias gs="echo 'you don'\''t really want ghost script, do you?'" + # Colors alias \ ls='ls -hN --color=auto --group-directories-first' \ @@ -92,7 +95,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 d='git --git-dir="$HOME/git/dotfiles" --work-tree="$HOME"' # duplicate for auto-complete alias tm='tmux new -As0' # open a new session called 0, but if there is already a session called 0, connect to it