add colors to nnn
This commit is contained in:
parent
959a858225
commit
49cd2cff2f
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,8 @@
|
|||
export NNN_PLUG="p:preview-tui;x:!chmod +x $nnn"
|
||||
|
||||
# Colors
|
||||
export NNN_FCOLORS="0000DE000000000000000000"
|
||||
color=$(printf %02d $MACHINE_COLOR)
|
||||
export NNN_FCOLORS="0000${color}000000000000000000"
|
||||
# 1 2 3 4 5 6 7 8 9101112
|
||||
# 1 - block device
|
||||
# 2 - char device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue