diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-02-11 16:20:18 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-02-11 16:20:18 +0100 |
commit | 7085874f1e1287836742888f09b87b63436660ad (patch) | |
tree | 0f1ab58f6bbf69fb66316224bfee588f7f056316 /.zshrc | |
parent | 6f68aefc154ce1d19a39be6b5881e1740facce82 (diff) |
[zshrc] source nix.sh
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ alias nnn="nnn -a -A -d -D -i -U" # nix alias nix-shell="nix-shell --run \$SHELL" +source $HOME/.nix-profile/etc/profile.d/nix.sh # rust export RUST_DATA=~/.local/share/rust |