From 0ec273cbb4493c53cdfa70bb300085d153807bd4 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Sat, 29 Jun 2024 20:51:22 +0100
Subject: [PATCH] zsh: fix `gs` alias for `git status`

---
 lib/shared/modules/zsh.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/shared/modules/zsh.nix b/lib/shared/modules/zsh.nix
index c6ff0f36..1a57e0b8 100644
--- a/lib/shared/modules/zsh.nix
+++ b/lib/shared/modules/zsh.nix
@@ -151,7 +151,7 @@
     abbr gap="git add -p"
     abbr gc="git commit"
     abbr gri="git rebase -i"
-    abbr gs="git status
+    abbr gs="git status"
 
     # tmux
     abbr ta="tmux attach"