zshrc: add nix profile bin directory
This commit is contained in:
parent
098699d70f
commit
ebce395504
1 changed files with 1 additions and 0 deletions
1
zshrc
1
zshrc
|
|
@ -13,4 +13,5 @@ launch() {
|
||||||
}
|
}
|
||||||
|
|
||||||
path+=("$HOME/src/zig/build/stage3/bin")
|
path+=("$HOME/src/zig/build/stage3/bin")
|
||||||
|
path+=("$HOME/.nix-profile/bin")
|
||||||
export PATH
|
export PATH
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue