zsh: Hide ghostscript
This commit is contained in:
parent
e35cb89d84
commit
83c3a5b296
1 changed files with 5 additions and 0 deletions
|
|
@ -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"'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue