# HG changeset patch # User IBBoard # Date 1490126052 0 # Node ID 768ac595e97dda3f5a57dc2c7c92c461c39103a6 # Parent 3680ddae8df851f7c249153b276451f4453fafd0 Switch from underline to using Bash's "-p" switch to show slashes on dirs diff -r 3680ddae8df8 -r 768ac595e97d dircolors --- a/dircolors Tue Mar 21 19:33:19 2017 +0000 +++ b/dircolors Tue Mar 21 19:54:12 2017 +0000 @@ -64,7 +64,7 @@ NORMAL 00 # global default, although everything should be something. FILE 00 # normal file - don't colour so that it works with light and dark terminals -DIR 01;38;5;25;4 # directory +DIR 01;38;5;25 # directory LINK 00;38;5;30 # symbolic link FIFO 48;5;236;38;5;178 # pipe SOCK 01;38;5;248;48;5;58 # socket diff -r 3680ddae8df8 -r 768ac595e97d profile --- a/profile Tue Mar 21 19:33:19 2017 +0000 +++ b/profile Tue Mar 21 19:54:12 2017 +0000 @@ -11,3 +11,4 @@ #Set us up for XCompose support of custom characters export GTK_IM_MODULE="ibus" +export LS_OPTIONS="$LS_OPTIONS -p" \ No newline at end of file