From 53ead53af254acc481cd413aa2f2f7f10114d143 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Thu, 25 Jan 2024 15:16:57 +0000
Subject: [PATCH] zsh: rename `nah` to `reset`

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

diff --git a/system/shared/modules/zsh.nix b/system/shared/modules/zsh.nix
index 0a513513..61bb5476 100644
--- a/system/shared/modules/zsh.nix
+++ b/system/shared/modules/zsh.nix
@@ -97,9 +97,9 @@
       ialias daily="run create-daily next"
       ialias fetch="git fetch --all --jobs=4 --progress --prune"
       ialias ls="exa -la"
-      ialias nah="git reset --hard; git clean -fd"
       ialias pull="git pull --autostash --jobs=4 --summary origin"
       ialias rebase="git rebase --autostash --stat"
+      ialias reset="git reset --hard; git clean -fd"
       ialias run="./run"
       ialias s="secrets"
       ialias secrets="doppler --project \"$(whoami)\" run"