diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-04-16 12:10:49 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:52:23 +0100 |
commit | 3ad347c858ca8b2a5393ad93e0fd89d4f9994d48 (patch) | |
tree | 30b03abe8e63ec041935f199476870cb610a9675 /.zshrc | |
parent | 0f0f6b123a08b741dff47d156cab30ccf21d5c73 (diff) |
[zshrc] configure nnn
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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)" |