Skip to content

Commit 040101d

Browse files
authored
Merge pull request #33 from ComputeCanada/ls-colors
Add or=00 to LS_COLORS
2 parents f3d94ae + c777e15 commit 040101d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/CCconfig.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ end
3737
if not os.getenv("RSNT_NO_LS_COLORS") then
3838
-- do not colour certain attributes of ls
3939
-- this avoids inode lookups for plain "ls"
40-
append_path("LS_COLORS", "su=00:sg=00:ca=00:ow=00:st=00:tw=00:ex=00:")
40+
append_path("LS_COLORS", "su=00:sg=00:ca=00:ow=00:st=00:tw=00:ex=00:or=00:")
4141
end
4242

4343
--------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)