1
0
Fork 0

zsh: Hide ghostscript

This commit is contained in:
Jeremy Kaplan 2024-10-09 20:50:19 -04:00
commit 83c3a5b296

View file

@ -12,6 +12,11 @@ alias g='git'
alias rg='rg -S' alias rg='rg -S'
alias sg='ast-grep' alias sg='ast-grep'
# I have never actually meant to start Ghostscript, but I'm sure that I'll want
# to be able to someday.
alias gs='git status'
alias ghostscript="command gs"
alias tf='terraform' alias tf='terraform'
alias timestamp='date "+%Y-%m-%d_%H-%M-%S"' alias timestamp='date "+%Y-%m-%d_%H-%M-%S"'