diff options
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)" |