diff options
author | Tyler Davis <tyler@gluecode.net> | 2024-02-07 16:02:23 -0800 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2024-02-07 16:02:23 -0800 |
commit | 436e8c2332c3e8a69e38e1146629b59e1e1e57d3 (patch) | |
tree | 77a07adad43a963a45c6844858f5d6b0c0be709a /.profile | |
parent | 1efb99227195440210f1ebc4352dc6427cc6c62b (diff) | |
download | dotfiles-436e8c2332c3e8a69e38e1146629b59e1e1e57d3.tar.gz dotfiles-436e8c2332c3e8a69e38e1146629b59e1e1e57d3.zip |
profile: remove hpe
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -63,7 +63,6 @@ if [ -d "$HOME/.golang" ]; then # Disable broken caching by proxy.golang export GOPROXY=direct export GOSUMDB=off - export GOPRIVATE=github.com/hpe-hcss export PATH=$HOME/.golang/go/bin:$PATH:$HOME/.cargo/bin:$HOME/.golang/path/bin:$HOME/.local/bin fi |