Skip to content

Commit

Permalink
Bold blue for directory on BSD ls
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Dai committed Mar 29, 2015
1 parent c23e038 commit b98b5a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export EDITOR=vim
export PAGER="$HOME/bin/vimpager"

# BSD ls color
export LSCOLORS="Exfxcxdxbxegedabagacad"
ls --color=auto > /dev/null 2>&1 || \
ls -G -d / > /dev/null 2>&1 && export CLICOLOR=yes

Expand Down

0 comments on commit b98b5a9

Please sign in to comment.