diff options
author | Camil Staps | 2020-04-10 13:27:33 +0200 |
---|---|---|
committer | Camil Staps | 2020-04-10 13:27:33 +0200 |
commit | d9dd7fd95cda9ff9f5f7776bfb6ecae77729dc75 (patch) | |
tree | 01a21cf6506ba1481f7f916e46fd2dfb83ba0bc8 /system/.profile | |
parent | Thunderbird window class has changed (diff) |
Cleanup PATH
Diffstat (limited to 'system/.profile')
-rw-r--r-- | system/.profile | 14 |
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" |