Skip to content

Commit

Permalink
update go paths
Browse files Browse the repository at this point in the history
  • Loading branch information
yuujay committed Dec 4, 2023
1 parent 4920eae commit 5d063be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aliases/.aliases/kubernetes.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# n - namespace
# l -logs

alias a='awssaml --profile=default --session-duration=8h --region=us-east-2'
alias a='awssaml --profile=default --session-duration=8h --region=us-east-1'

alias bkc='mv ~/.kube/config ~/.kube/config.backup'

Expand Down
2 changes: 1 addition & 1 deletion fish/.config/fish/fish_env
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ set -gx NETWORK_PERSONAL_SHARED_PATH '/mathworks/devel/sandbox/gumamahe/shared/u
set -gx MW_USERNAME 'gumamahe'
set -gx WORK_MACHINE 'ah-gumamahe-m.dhcp.mathworks.com'

set PATH /mathworks/hub/3rdparty/internal/9621007/glnxa64/golang/bin /home/gumamahe/go/bin /opt/homebrew/bin /usr/local/bin /opt /usr/bin /bin /usr/sbin /sbin /mathworks/hub/share/bin /usr/local/netbin/netbin/ /mathworks/hub/share/sbtools/bin/glnxa64/ /usr/bin /Users/gumamahe/.rbenv/shims /usr/local/opt/ruby/bin $GEM_HOME/bin $HOME/.config/fish/bin/ $HOME/.config/fish/bin/*/ /Library/Ruby/Gems/2.6.0/gems/ /snap/bin ~/.asdf/shims/ $M2_HOME/bin /home/gumamahe/.local/bin
set PATH /mathworks/hub/3rdparty/internal/10636913/glnxa64/golang/bin /home/gumamahe/go/bin /opt/homebrew/bin /usr/local/bin /opt /usr/bin /bin /usr/sbin /sbin /mathworks/hub/share/bin /usr/local/netbin/netbin/ /mathworks/hub/share/sbtools/bin/glnxa64/ /usr/bin /Users/gumamahe/.rbenv/shims /usr/local/opt/ruby/bin $GEM_HOME/bin $HOME/.config/fish/bin/ $HOME/.config/fish/bin/*/ /Library/Ruby/Gems/2.6.0/gems/ /snap/bin ~/.asdf/shims/ $M2_HOME/bin /home/gumamahe/.local/bin
2 changes: 1 addition & 1 deletion fish/.config/fish/mw/env.fish
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -gx GOOS ""
set -gx GOPATH "/local-ssd/gumamahe/go/"
set -gx GOPRIVATE "golang.dhcp,github.mathworks.com"
set -gx GOPROXY "http://iat-go-proxy-prod-01:7000/go-proxy"
set -gx GOROOT "/mathworks/hub/3rdparty/internal/9621007/glnxa64/golang/"
set -gx GOROOT "/mathworks/hub/3rdparty/internal/10636913/glnxa64/golang"
set -gx GOTOOLDIR "/home/gumamahe/go/pkg/tool/darwin_amd64/"
set -gx MW_ARCH ""
set -gx GEM_HOME "$HOME/.gem/ruby/2.6.0"
Expand Down

0 comments on commit 5d063be

Please sign in to comment.