more nnn stuff

This commit is contained in:
Adam 2024-01-25 04:19:43 -05:00
parent 6d41c499d6
commit 094e04ef5c
2 changed files with 6 additions and 1 deletions

6
bin/n
View file

@ -1,7 +1,11 @@
#!/bin/sh
# NNN
export NNN_FIFO=/tmp/nnn.fifo # to enable plugins
export NNN_TERMINAL='alacritty'
# export NNN_PREVIEWIMGPROG='chafa'
# enable plugins
export NNN_FIFO=/tmp/nnn.fifo
export NNN_PLUG='f:preview-tui'
nnn -P f

View file

@ -55,6 +55,7 @@ if [ "$1" -ge 1 ]; then
tree \
unrar \
unzip \
w3m \
wget \
zsh \