diff options
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 |