summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index f416060..d856e1d 100644
--- a/.zshrc
+++ b/.zshrc
@@ -18,9 +18,13 @@ alias vim=$EDITOR
alias ls="exa"
alias tree="exa --tree"
-export NNN_PLUG='n:nuke;p:addtoplaylist'
export GRIM_DEFAULT_DIR=~/Images/Screenshots
+# nnn
+export NNN_PLUG='p:preview-tui'
+export NNN_TRASH=1 # trash-cli
+alias nnn="nnn -a -A -d -D -i -U"
+
export PATH=$PATH:~/bin
eval "$(starship init zsh)"