aboutsummaryrefslogtreecommitdiff
path: root/system/.profile
diff options
context:
space:
mode:
authorCamil Staps2018-12-20 13:58:03 +0100
committerCamil Staps2018-12-20 13:58:03 +0100
commit9b4103a1926f98cf0b050c3ab4c7a12d3f5a7b6b (patch)
tree6528fe1517c2b58b99308cb2b067ebdd48c1dd57 /system/.profile
parentinstall_clean: add ArgEnv; new names for ABC interpreter binaries (diff)
Add Zotero to path
Diffstat (limited to 'system/.profile')
-rw-r--r--system/.profile14
1 files changed, 13 insertions, 1 deletions
diff --git a/system/.profile b/system/.profile
index b9668c9..6ab35e0 100644
--- a/system/.profile
+++ b/system/.profile
@@ -1,6 +1,18 @@
export CLEAN_HOME=/opt/clean
export CLEANLIB=$CLEAN_HOME/exe
-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 PATH="$PATH:/usr/local/texlive/2018/bin/x86_64-linux"
+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="$HOME/bin:$PATH"
+export PATH="$HOME/bin.local:$PATH"
export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH"
export SUDO_ASKPASS=~/bin/askpass
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=gasp -Dsun.java2d.opengl=true'