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