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