diff options
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 25220a8..a3b0f9e 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 = "~/bin:$PATH"; + PATH = "$HOME/bin:$PATH"; #PS1 = "%B%n%b@%U%m%u/%l:%~> "; QUOTING_STYLE = "literal"; VST_PATH = makePluginPath "vst"; |