[zsh] fixes dircolors
path was relative and breaking
This commit is contained in:
parent
844691c939
commit
82f786d347
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -17,7 +17,7 @@ if [ $OS = 'Linux' ]; then
|
|||
alias pbpaste='xclip -selection clipboard -o'
|
||||
|
||||
if [ -x /usr/bin/dircolors ]; then
|
||||
eval `dircolors ./vendor/seebi/dircolors-solarized/dircolors.ansi-dark`
|
||||
eval `dircolors $DOTFILES/vendor/seebi/dircolors-solarized/dircolors.ansi-dark`
|
||||
alias ls="ls --color=auto"
|
||||
|
||||
GREP_FLAGS=" --color=auto --exclude-dir=${GREP_EXCLUDE_DIR}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue