summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-05-11 14:05:52 +0200
committerDaniel Weipert <code@drogueronin.de>2023-10-30 09:52:23 +0100
commitaa9062e3c2f3717483c46a55c67764b1c35b6a48 (patch)
tree1c317d0501b8a633c7c7d3edc7f096ca4cd28d4f /.zshrc
parent41ecd0fff70780bb31d423e9c0495218365c7237 (diff)
[zshrc] add alias for nix-shell
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)"