diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-09-28 14:15:20 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-09-28 14:15:54 -0700 |
commit | 929026bbb492b2663086eaca4a3b96a0f6ebd124 (patch) | |
tree | bda2e9626d6e49031bcbc50e59d5d702390d67f1 /home | |
parent | f2fba8fe8abe62bd423c25bb6a729a3fc221c207 (diff) | |
download | nix-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.nix | 2 |
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"; |