summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-04-21 09:39:30 +0200
committerDaniel Weipert <code@drogueronin.de>2023-10-30 09:52:23 +0100
commitad97641241bbcaaedabab7af1392a2706da0a776 (patch)
tree1cc7f9bc279c3860c4e4aaba4494992179213ddf /.zshrc
parent3ad347c858ca8b2a5393ad93e0fd89d4f9994d48 (diff)
[zshrc] set NNN_TERMINAL to $TERM
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index d856e1d..d3826ac 100644
--- a/.zshrc
+++ b/.zshrc
@@ -22,6 +22,7 @@ export GRIM_DEFAULT_DIR=~/Images/Screenshots
# nnn
export NNN_PLUG='p:preview-tui'
+export NNN_TERMINAL=$TERM
export NNN_TRASH=1 # trash-cli
alias nnn="nnn -a -A -d -D -i -U"