commit e9db3fc1223dc4bd45e887ff7b568990879babf4
parent ab54243f5ea91112d4890dd5fdeea608b99238ef
Author: Chris Bracken <chris@bracken.jp>
Date: Fri, 27 Jan 2017 18:17:44 -0800
Update dircolors path for homebrew
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.aliases b/.aliases
@@ -3,7 +3,7 @@
# add colour
if [[ -x '/usr/bin/dircolors' || \
- -x '/usr/homebrew/opt/coreutils/libexec/gnubin/dircolors' ]]; then
+ -x '$HOME/.homebrew/opt/coreutils/libexec/gnubin/dircolors' ]]; then
if [[ -r "~/.dircolors" ]]; then
eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
fi