fixes go path
This commit is contained in:
parent
5ab86007f1
commit
c5cb3ebad7
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
GPG_TTY = "$(tty)";
|
GPG_TTY = "$(tty)";
|
||||||
PROMPT_DIRTRIM = 3;
|
PROMPT_DIRTRIM = 3;
|
||||||
|
GOPATH = "$HOME/go";
|
||||||
|
GOROOT = "$(brew --prefix golang)/libexec";
|
||||||
};
|
};
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
@ -21,6 +23,8 @@
|
||||||
|
|
||||||
profileExtra = ''
|
profileExtra = ''
|
||||||
export PATH=\
|
export PATH=\
|
||||||
|
$GOPATH/bin:\
|
||||||
|
$GOROOT/bin:\
|
||||||
/run/current-system/sw/bin:\
|
/run/current-system/sw/bin:\
|
||||||
/opt/homebrew/bin:$PATH
|
/opt/homebrew/bin:$PATH
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue