summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 4433554..62f584d 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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