aboutsummaryrefslogtreecommitdiff
path: root/system/.profile
diff options
context:
space:
mode:
authorCamil Staps2019-10-10 11:10:06 +0200
committerCamil Staps2019-10-10 11:10:06 +0200
commita57d8af17a84f03f9bcc8d0f2d9c054f073060d2 (patch)
treecaf4f7b459cc9a780eb4751333204549c35f838a /system/.profile
parentRemove rvm again (diff)
Remove rust and go
Diffstat (limited to 'system/.profile')
-rw-r--r--system/.profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/.profile b/system/.profile
index a259fa7..e9d76f4 100644
--- a/system/.profile
+++ b/system/.profile
@@ -5,7 +5,6 @@ export PATH="$PATH:/opt/microchip/xc16/v1.26/bin"
export PATH="$PATH:/opt/microchip/xc8/v1.41/bin"
export PATH="$PATH:/opt/zotero"
export PATH="$PATH:$CLEAN_HOME/bin"
-export PATH="$PATH:/usr/local/go/bin"
export PATH="/sbin:$PATH"
export PATH="/usr/sbin:$PATH"
export PATH="/usr/local/sbin:$PATH"
@@ -45,6 +44,4 @@ abcclean() {
shopt -s globstar
[ "$(tty)" = "/dev/tty1" ] && exec startx
-
-export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.mozbuild/arcanist/bin:$HOME/.mozbuild/moz-phab:$PATH"