From 683e92c57fe4bb2dd19c69842e7816f6670fb7a9 Mon Sep 17 00:00:00 2001 From: jasmine Date: Sat, 4 Jan 2025 08:59:35 +0800 Subject: [PATCH] update path --- home-manager/sajenim/features/cli/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/sajenim/features/cli/zsh.nix b/home-manager/sajenim/features/cli/zsh.nix index 082a7ff..9118e6b 100644 --- a/home-manager/sajenim/features/cli/zsh.nix +++ b/home-manager/sajenim/features/cli/zsh.nix @@ -57,7 +57,7 @@ initExtra = '' eval "$(direnv hook zsh)" source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh - path+=('/home/sajenim/.local/bin') + path+=('/home/sajenim/.repositories/sysadmin.sh/bin') bindkey "^[[1;5C" forward-word bindkey "^[[1;5D" backward-word export PATH