diff --git a/applications/fish b/applications/fish index bbca361..8b1f183 100644 --- a/applications/fish +++ b/applications/fish @@ -19,10 +19,10 @@ switch (uname) set -Ux _agw_dir_src ~/src case Darwin set -gx CMAKE_PREFIX_PATH /usr/local/opt/qt/ - set -gx DISTCC_HOSTS "192.168.1.2,cpp" - set -gx fish_user_paths "/usr/local/opt/ruby/bin" $fish_user_paths - set -gx LDFLAGS "-L/usr/local/opt/ruby/lib" set -gx CPPFLAGS "-I/usr/local/opt/ruby/include" + set -gx DISTCC_HOSTS "192.168.1.2,cpp" + set -gx LDFLAGS "-L/usr/local/opt/ruby/lib" + set -gx fish_user_paths "/usr/local/opt/ruby/bin" $fish_user_paths set -Ux _agw_dir_bin ~/Binaries set -Ux _agw_dir_rc ~/Sources/scripts set -Ux _agw_dir_scripts ~/Scripts