Skip to content

Commit e7632b0

Browse files
committed
Set LS_COLORS to improve ls readability
1 parent d6ef93b commit e7632b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dotfiles/.zshrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export HIST_STAMPS="dd.mm.yyyy"
99
# Set VSCode as the default editor
1010
export EDITOR="code"
1111

12+
# Change lsd "overly permissive permissions" indicator to be more readable
13+
export LS_COLORS="$LS_COLORS:ow=30;101:"
14+
1215
# Set vars for React Native development
1316
export JAVA_HOME=/Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home
1417
export ANDROID_HOME=$HOME/Library/Android/sdk

0 commit comments

Comments
 (0)