From 83c3a5b2965bc5d1a9e2b8e82022811a9e39b259 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 9 Oct 2024 20:50:19 -0400 Subject: [PATCH] zsh: Hide ghostscript --- zsh/aliases | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zsh/aliases b/zsh/aliases index 80b9cbb..87a2640 100644 --- a/zsh/aliases +++ b/zsh/aliases @@ -12,6 +12,11 @@ alias g='git' alias rg='rg -S' 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 timestamp='date "+%Y-%m-%d_%H-%M-%S"'