From 342881dcb0246abd51a05f0aafc5f00965dde243 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 5 Aug 2019 22:20:58 -0400 Subject: [PATCH] use ~/rc instead of ~/src/git-scripts on linux --- applications/fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/fish b/applications/fish index 521a6e4..d8e61b1 100644 --- a/applications/fish +++ b/applications/fish @@ -18,8 +18,8 @@ switch (uname) set -gx GOPATH ~/go set -gx RIPGREP_CONFIG_PATH ~/.config/ripgreprc set -Ux _agw_dir_bin ~/bin - set -Ux _agw_dir_rc ~/src/git-scripts - set -Ux _agw_dir_scripts ~/src/scripts + set -Ux _agw_dir_rc ~/rc + set -Ux _agw_dir_scripts ~/rc/scripts set -Ux _agw_dir_src ~/src case Darwin set -gx CMAKE_PREFIX_PATH /usr/local/opt/qt/