diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-05-11 14:05:52 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:52:23 +0100 |
commit | aa9062e3c2f3717483c46a55c67764b1c35b6a48 (patch) | |
tree | 1c317d0501b8a633c7c7d3edc7f096ca4cd28d4f /.zshrc | |
parent | 41ecd0fff70780bb31d423e9c0495218365c7237 (diff) |
[zshrc] add alias for nix-shell
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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)" |