aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-09-28 14:15:20 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-09-28 14:15:54 -0700
commit929026bbb492b2663086eaca4a3b96a0f6ebd124 (patch)
treebda2e9626d6e49031bcbc50e59d5d702390d67f1 /home
parentf2fba8fe8abe62bd423c25bb6a729a3fc221c207 (diff)
downloadnix-929026bbb492b2663086eaca4a3b96a0f6ebd124.tar
nix-929026bbb492b2663086eaca4a3b96a0f6ebd124.tar.gz
nix-929026bbb492b2663086eaca4a3b96a0f6ebd124.tar.bz2
nix-929026bbb492b2663086eaca4a3b96a0f6ebd124.tar.lz
nix-929026bbb492b2663086eaca4a3b96a0f6ebd124.tar.xz
nix-929026bbb492b2663086eaca4a3b96a0f6ebd124.tar.zst
nix-929026bbb492b2663086eaca4a3b96a0f6ebd124.zip
Uncomment previously broken by upstream PATH
Diffstat (limited to 'home')
-rw-r--r--home/nipsy/common/core/zsh/default.nix2
1 files changed, 1 insertions, 1 deletions
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";