diff options
author | Soispha <soispha@vhack.eu> | 2023-08-29 11:38:15 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-29 11:38:15 +0200 |
commit | 05c8468ace3f1149cfe8f7ed484597e4d621c830 (patch) | |
tree | 04f9c7ef13244c805b3333c0e704b424a860a109 | |
parent | Fix(hm/conf/lf/icons): Update to better looking ones (diff) | |
download | nixos-config-05c8468ace3f1149cfe8f7ed484597e4d621c830.tar.gz nixos-config-05c8468ace3f1149cfe8f7ed484597e4d621c830.zip |
Fix(hm/conf/lf/colors): Remove underline from executables
-rw-r--r-- | hm/soispha/conf/lf/colors | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hm/soispha/conf/lf/colors b/hm/soispha/conf/lf/colors index 3c4eca5d..5d51b649 100644 --- a/hm/soispha/conf/lf/colors +++ b/hm/soispha/conf/lf/colors @@ -43,7 +43,6 @@ # file types (with matching order) ln 01;93 # LINK -#ln 01;34 # LINK or 01;93;106 # ORPHAN tw 35 # STICKY_OTHER_WRITABLE ow 35 # OTHER_WRITABLE @@ -55,7 +54,7 @@ bd 33;01 # BLK cd 33;01 # CHR su 01;32 # SETUID sg 01;32 # SETGID -ex 03;01;95;04 # EXEC +ex 03;01;95;00 # EXEC fi 00 # FILE # links to hide |