diff options
author | Soispha <soispha@vhack.eu> | 2023-08-29 11:37:14 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-29 11:37:14 +0200 |
commit | 4ed0d5d724e30388ff2b5ea74bfe4f7cc54686b8 (patch) | |
tree | acd1e52c0961d7351d74391ca11bbbc37ab7366c /hm | |
parent | Fix(hm/conf/lf/colors): Adjust colors to new alacritty colorscheme (diff) | |
download | nixos-config-4ed0d5d724e30388ff2b5ea74bfe4f7cc54686b8.tar.gz nixos-config-4ed0d5d724e30388ff2b5ea74bfe4f7cc54686b8.zip |
Fix(hm/conf/lf/icons): Update to better looking ones
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/lf/icons | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/hm/soispha/conf/lf/icons b/hm/soispha/conf/lf/icons index f218bfe4..720a2808 100644 --- a/hm/soispha/conf/lf/icons +++ b/hm/soispha/conf/lf/icons @@ -23,9 +23,9 @@ ln # LINK or # ORPHAN tw t # STICKY_OTHER_WRITABLE -ow # OTHER_WRITABLE +ow # OTHER_WRITABLE st t # STICKY -di # DIR +di # DIR pi p # FIFO so s # SOCK bd b # BLK @@ -33,7 +33,7 @@ cd c # CHR su u # SETUID sg g # SETGID ex # EXEC -fi # FILE +fi # FILE # file extensions (vim-devicons) *.styl @@ -110,6 +110,7 @@ fi # FILE *.diff *.db *.sql +*.sqlite *.dump *.clj *.cljc @@ -155,7 +156,7 @@ fi # FILE *.tex *.r *.rproj -*.sol +*.sol *.pem # file names (vim-devicons) (case-insensitive not supported in lf) |