diff options
author | Anthony Wang | 2022-09-05 16:07:37 -0500 |
---|---|---|
committer | Anthony Wang | 2022-09-05 16:07:37 -0500 |
commit | f02df7512a3a7e1c48a249edd50b498b1a8a053d (patch) | |
tree | 4aac1a4c30bbde7b4e18b1ec851008c33e028135 /fish | |
parent | 2cc367f340e270fcb113ff0f7ba5f96f0536d689 (diff) |
Fix gopath
Diffstat (limited to 'fish')
-rw-r--r-- | fish/fish_variables | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/fish_variables b/fish/fish_variables index 31cc844..7fcb5c4 100644 --- a/fish/fish_variables +++ b/fish/fish_variables @@ -1,6 +1,7 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 SETUVAR --export EDITOR:micro +SETUVAR --export --path GOPATH:/home/a/\x2elocal/share/go SETUVAR __fish_initialized:3400 SETUVAR _fish_abbr_a:git\x20add SETUVAR _fish_abbr_c:git\x20commit |