diff options
author | Camil Staps | 2018-09-27 14:02:09 +0200 |
---|---|---|
committer | Camil Staps | 2018-09-27 14:02:09 +0200 |
commit | 7cd7d772636ae412d7f827e10bc9e1b59ad92faa (patch) | |
tree | c3b7123db405fb7b668787f281448f8c1a131383 /system/.profile | |
parent | Minor updates to Clean stuff (diff) |
Add CLEANPATH containing StdEnv, Dynamics, Gast and Platform for convenience
Diffstat (limited to 'system/.profile')
-rw-r--r-- | system/.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/.profile b/system/.profile index b9668c9..8e429be 100644 --- a/system/.profile +++ b/system/.profile @@ -1,5 +1,6 @@ export CLEAN_HOME=/opt/clean export CLEANLIB=$CLEAN_HOME/exe +export CLEANPATH=$CLEAN_HOME/lib/StdEnv:$CLEAN_HOME/lib/Dynamics:$CLEAN_HOME/lib/Gast:$CLEAN_HOME/lib/Platform export PATH="$HOME/bin.local:$HOME/bin:$HOME/.cabal/bin:$HOME/.composer/vendor/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH:/usr/local/texlive/2018/bin/x86_64-linux:/opt/microchip/xc16/v1.26/bin:/opt/microchip/xc8/v1.41/bin:$CLEAN_HOME/bin" export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH" export SUDO_ASKPASS=~/bin/askpass |