zsh: alias stuff (d for dot modified, and add gs to replace ghostscript)

This commit is contained in:
PowerUser64 2021-10-24 12:10:06 -07:00
parent 4962aa818b
commit d48bfcd0c6

5
.zshrc
View file

@ -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