From d9dd7fd95cda9ff9f5f7776bfb6ecae77729dc75 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 10 Apr 2020 13:27:33 +0200 Subject: Cleanup PATH --- system/.profile | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'system/.profile') 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" -- cgit v1.2.3