forked from colonelpanic/dotfiles
Fixup $path paths
This commit is contained in:
parent
cfc2b78998
commit
c7d8a3b25b
@ -5,7 +5,7 @@ add_to_back_of_path "$HOME/.rvm/bin"
|
|||||||
add_to_front_of_path "$HOME/bin"
|
add_to_front_of_path "$HOME/bin"
|
||||||
hash brew 2>/dev/null && add_to_front_of_path "$(brew --prefix coreutils)/libexec/gnubin"
|
hash brew 2>/dev/null && add_to_front_of_path "$(brew --prefix coreutils)/libexec/gnubin"
|
||||||
add_to_front_of_path "/usr/local/bin"
|
add_to_front_of_path "/usr/local/bin"
|
||||||
hash brew 2>/dev/null && add_to_front_of_path "$(brew --prefix emacs)/libexec/gnubin"
|
hash brew 2>/dev/null && add_to_front_of_path "$(brew --prefix emacs)"
|
||||||
|
|
||||||
if is_osx; then
|
if is_osx; then
|
||||||
export CFLAGS=-Qunused-arguments
|
export CFLAGS=-Qunused-arguments
|
||||||
|
Loading…
Reference in New Issue
Block a user