From 832ad047c97cdb9584011d01385c499b10657c6c Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sat, 27 Jul 2019 08:32:46 -0400 Subject: [PATCH] fish: sort darwin `set`s --- applications/fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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