From 9abd76516a432ad69b11f929053ffcead04d61a4 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sun, 12 Jul 2026 22:35:58 -0400 Subject: [PATCH] feat(zsh): add more aliases --- zsh/dot-zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 26fd456..361fc21 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -23,6 +23,8 @@ alias o='opencode run --thinking' alias oc='opencode' alias sctl='sudo systemctl' alias uctl='systemctl --user' +alias q='exit' +alias fwl='sudo firewall-cmd' # --- Keybinds --- bindkey '.,' open-nvim