[ZSH] add .local/bin to the path

This commit is contained in:
Drew Haven
2025-02-07 16:50:17 -08:00
parent e65e2963e6
commit 2c6a0829e1

View File

@@ -5,6 +5,7 @@
enable = true; enable = true;
envExtra = '' envExtra = ''
. "$HOME/.cargo/env" . "$HOME/.cargo/env"
PATH=$PATH:$HOME/.local/bin
''; '';
initExtra = '' initExtra = ''
# Make ^U work like it does in Bash # Make ^U work like it does in Bash