summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2024-02-07 16:02:23 -0800
committerTyler Davis <tyler@gluecode.net>2024-02-07 16:02:23 -0800
commit436e8c2332c3e8a69e38e1146629b59e1e1e57d3 (patch)
tree77a07adad43a963a45c6844858f5d6b0c0be709a /.profile
parent1efb99227195440210f1ebc4352dc6427cc6c62b (diff)
downloaddotfiles-436e8c2332c3e8a69e38e1146629b59e1e1e57d3.tar.gz
dotfiles-436e8c2332c3e8a69e38e1146629b59e1e1e57d3.zip
profile: remove hpe
Diffstat (limited to '.profile')
-rw-r--r--.profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/.profile b/.profile
index 57f73c4..bd282a5 100644
--- a/.profile
+++ b/.profile
@@ -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