diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-10 11:51:38 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-10 11:51:38 +0000 |
commit | 216beb6c4dc046501566305e15fb731bd9a7f052 (patch) | |
tree | 3f1397a93deda04401e7192328ac3a2834eee466 /.dir_colors | |
parent | more cleanup (diff) | |
download | scripts-216beb6c4dc046501566305e15fb731bd9a7f052.tar.gz scripts-216beb6c4dc046501566305e15fb731bd9a7f052.zip |
updates
Diffstat (limited to '')
-rw-r--r-- | .dir_colors | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir_colors b/.dir_colors index 1021789..40318c6 100644 --- a/.dir_colors +++ b/.dir_colors @@ -42,7 +42,7 @@ TERM xterm* #NORMAL 00 # no color code at all #FILE 00 # regular file: use no color at all RESET 0 # reset to "normal" color -DIR 01;34 # directory +DIR 01;38;5;23 # directory LINK 01;36 # symbolic link. (If you set this to 'target' instead of a # numerical value, the color is as for the file pointed to.) MULTIHARDLINK 00 # regular file with more than one link |