summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 662758d..091aae5 100644
--- a/.zshrc
+++ b/.zshrc
@@ -27,6 +27,9 @@ export NNN_TERMINAL=$TERM
export NNN_TRASH=1 # trash-cli
alias nnn="nnn -a -A -d -D -i -U"
+# nix
+alias nix-shell="nix-shell --run \$SHELL"
+
export PATH=$PATH:~/bin
eval "$(starship init zsh)"