summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-04-16 12:10:49 +0200
committerDaniel Weipert <code@drogueronin.de>2023-10-30 09:52:23 +0100
commit3ad347c858ca8b2a5393ad93e0fd89d4f9994d48 (patch)
tree30b03abe8e63ec041935f199476870cb610a9675 /.zshrc
parent0f0f6b123a08b741dff47d156cab30ccf21d5c73 (diff)
[zshrc] configure nnn
Diffstat (limited to '.zshrc')
-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)"