Browse Source

Match BSD ls colors to Linux ls colors

master
Sorin Ionescu 12 years ago
parent
commit
38d1875020
  1. 2
      modules/utility/init.zsh

2
modules/utility/init.zsh

@ -77,7 +77,7 @@ else @@ -77,7 +77,7 @@ else
# BSD Core Utilities
if zstyle -t ':prezto:module:utility:ls' color; then
# Define colors for BSD ls.
export LSCOLORS="exfxcxdxbxegedabagacad"
export LSCOLORS="exfxcxdxbxGxDxabagacad"
# Define colors for the completion system.
export LS_COLORS="di=34:ln=35:so=32:pi=33:ex=31:bd=36;01:cd=33;01:su=31;40;07:sg=36;40;07:tw=32;40;07:ow=33;40;07:"

Loading…
Cancel
Save