more nnn stuff
This commit is contained in:
parent
6d41c499d6
commit
094e04ef5c
2 changed files with 6 additions and 1 deletions
6
bin/n
6
bin/n
|
@ -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
|
||||
|
|
|
@ -55,6 +55,7 @@ if [ "$1" -ge 1 ]; then
|
|||
tree \
|
||||
unrar \
|
||||
unzip \
|
||||
w3m \
|
||||
wget \
|
||||
zsh \
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue