[ZSH] add .local/bin to the path
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user