X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=blobdiff_plain;f=config%2Fzsh%2F20_environment;fp=config%2Fzsh%2F20_environment;h=30b6660ff654e32269b82143f443e5a6e510ae33;hp=bc2958a7ebc69822262d7c6087ff49972e3566a4;hb=4e2ee5cc454ea39fcd93270a9d6dfcb9370f5406;hpb=b432593cd0e91f2b0eb9bba5d106b563cd98e916 diff --git a/config/zsh/20_environment b/config/zsh/20_environment index bc2958a..30b6660 100644 --- a/config/zsh/20_environment +++ b/config/zsh/20_environment @@ -31,7 +31,7 @@ else *:${HOME}/local/bin:*) ;; *) - PATH="/usr/lib/ccache:${HOME}/local/bin:${HOME}/bin:${PATH}" + PATH="${HOME}/bin:/usr/local/bin:${PATH}" case $(uname) in Darwin) ;;