zshrc: add nix profile bin directory

This commit is contained in:
joachimschmidt557 2025-03-02 15:29:27 +01:00
parent 098699d70f
commit ebce395504
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

1
zshrc
View file

@ -13,4 +13,5 @@ launch() {
}
path+=("$HOME/src/zig/build/stage3/bin")
path+=("$HOME/.nix-profile/bin")
export PATH