8 lines
109 B
Text
8 lines
109 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# NNN
|
||
|
export NNN_FIFO=/tmp/nnn.fifo # to enable plugins
|
||
|
export NNN_PLUG='f:preview-tui'
|
||
|
|
||
|
nnn -P f
|