From cb8898414d45ab6ef5aad0d61eb123763a71c312 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Wed, 6 Aug 2025 05:53:58 +0500 Subject: [PATCH] fix: update directory for uh and uo zsh aliases --- home/shahab/common/optional/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/shahab/common/optional/zsh.nix b/home/shahab/common/optional/zsh.nix index e7f06db..c3b4bbe 100644 --- a/home/shahab/common/optional/zsh.nix +++ b/home/shahab/common/optional/zsh.nix @@ -18,8 +18,8 @@ du = "dust"; rm = "rip"; cp = "xcp"; - uo = "nh os switch ~/nix-config"; - uh = "nh home switch ~/nix-config"; + uo = "nh os switch ~/git/nix-config"; + uh = "nh home switch ~/git/nix-config"; k = "kubectl"; };