From 929026bbb492b2663086eaca4a3b96a0f6ebd124 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sun, 28 Sep 2025 14:15:20 -0700 Subject: Uncomment previously broken by upstream PATH --- home/nipsy/common/core/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/nipsy/common/core/zsh/default.nix b/home/nipsy/common/core/zsh/default.nix index 94b24e8..864eec0 100644 --- a/home/nipsy/common/core/zsh/default.nix +++ b/home/nipsy/common/core/zsh/default.nix @@ -34,7 +34,7 @@ NNTPSERVER = "news.giganews.com"; PAGER = "less"; PASSWORD_STORE_ENABLE_EXTENSIONS = "true"; - #PATH = "$HOME/bin:$PATH"; + PATH = "$HOME/bin:$PATH"; #PS1 = "%B%n%b@%U%m%u/%l:%~> "; QUOTING_STYLE = "literal"; VST_PATH = makePluginPath "vst"; -- cgit v1.2.3