aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-01-04 03:08:42 -0800
committerMark Nipper <nipsy@bitgnome.net>2025-01-04 03:08:42 -0800
commitad072080a5d669f76f381ceefaa123e5668b99e6 (patch)
tree8e9c0b7f3f77b418a7aa95a07963dd1db6d59ba9 /home
parentd33194af279fa0dc8184efa4f34acabe8bc013e3 (diff)
downloadnix-ad072080a5d669f76f381ceefaa123e5668b99e6.tar
nix-ad072080a5d669f76f381ceefaa123e5668b99e6.tar.gz
nix-ad072080a5d669f76f381ceefaa123e5668b99e6.tar.bz2
nix-ad072080a5d669f76f381ceefaa123e5668b99e6.tar.lz
nix-ad072080a5d669f76f381ceefaa123e5668b99e6.tar.xz
nix-ad072080a5d669f76f381ceefaa123e5668b99e6.tar.zst
nix-ad072080a5d669f76f381ceefaa123e5668b99e6.zip
Fix broken tilde expansion
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 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";