From b93dd0dede7c873fa8a91059160e64e274386850 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 29 Jul 2019 06:35:19 -0400 Subject: [PATCH] fish: add info for universal variables --- applications/fish | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/applications/fish b/applications/fish index 8b1f183..1f54eb0 100644 --- a/applications/fish +++ b/applications/fish @@ -9,10 +9,16 @@ if status is-interactive end # bootstrapping information +# required universal variables: +# - _agw_dir_bin = volatile binary storage +# - _agw_dir_rc = the directory holding this repository +# - _agw_dir_scripts = the directory for user-facing scripts +# - _agw_dir_src = non-volatile source code storage switch (uname) case Linux set -gx CC clang set -gx CXX clang++ + set -gx GOPATH ~/go set -Ux _agw_dir_bin ~/bin set -Ux _agw_dir_rc ~/src/git-scripts set -Ux _agw_dir_scripts ~/src/scripts