aboutsummaryrefslogtreecommitdiff
path: root/system/.profile
diff options
context:
space:
mode:
Diffstat (limited to 'system/.profile')
-rw-r--r--system/.profile14
1 files changed, 8 insertions, 6 deletions
diff --git a/system/.profile b/system/.profile
index e9d76f4..9ea0558 100644
--- a/system/.profile
+++ b/system/.profile
@@ -1,16 +1,18 @@
export CLEAN_HOME=/opt/clean
export CLEANLIB=$CLEAN_HOME/exe
export PATH="/usr/local/texlive/2019/bin/x86_64-linux:$PATH"
-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="/sbin:$PATH"
export PATH="/usr/sbin:$PATH"
export PATH="/usr/local/sbin:$PATH"
export PATH="/usr/local/bin:$PATH"
-export PATH="$HOME/.composer/vendor/bin:$PATH"
-export PATH="$HOME/.cabal/bin:$PATH"
+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:$HOME/.composer/vendor/bin"
+export PATH="$PATH:$HOME/.cabal/bin"
+export PATH="$PATH:$HOME/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin"
+export PATH="$PATH:$HOME/.cargo/bin"
+export PATH="$PATH:$CLEAN_HOME/bin"
export PATH="$HOME/bin:$PATH"
export PATH="$HOME/bin.local:$PATH"
export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH"