Solarized dircolors.

This commit is contained in:
David Tomaschik
2015-11-12 10:43:44 -08:00
parent 5c57186807
commit 129e7088f3
3 changed files with 300 additions and 0 deletions

View File

@@ -24,7 +24,9 @@ PS1="%{%(!.$fg[red].$fg[green])%}%n%{$fg[white]%}@%{$fg[cyan]%}%m%{$fg[white]%}:
# Deduplicate the path
typeset -U path
# LS Colors
alias ls='ls --color'
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
# Load oh-my-zsh
if [ -d $HOME/.oh-my-zsh ] ; then