summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-02-11 16:20:18 +0100
committerDaniel Weipert <git@mail.dweipert.de>2024-02-11 16:20:18 +0100
commit7085874f1e1287836742888f09b87b63436660ad (patch)
tree0f1ab58f6bbf69fb66316224bfee588f7f056316
parent6f68aefc154ce1d19a39be6b5881e1740facce82 (diff)
[zshrc] source nix.sh
-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