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 | |
parent | 2cc367f340e270fcb113ff0f7ba5f96f0536d689 (diff) |
Fix gopath
-rw-r--r-- | Code - OSS/User/settings.json | 1 | ||||
-rw-r--r-- | fish/fish_variables | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Code - OSS/User/settings.json b/Code - OSS/User/settings.json index 5d23fd5..2b90922 100644 --- a/Code - OSS/User/settings.json +++ b/Code - OSS/User/settings.json @@ -5,5 +5,4 @@ "git.confirmSync": false, "git.autofetch": true, "git.enableSmartCommit": true, - "go.gopath": "/home/ta180m/.local/share/go", } 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 |