various minor fixes
[distro-setup] / filesystem / etc / profile.d / environment.sh
index 4c5794f4fc918219cc18131e9e5e22f3f0f14f0e..ebc73bbc89fb32e4fb1ece20170a390843e59f4a 100644 (file)
@@ -1,7 +1,7 @@
 if [ -f $HOME/path_add-function ]; then
     . $HOME/path_add-function
-    path_add /usr/sbin /usr/local/sbin /sbin
-    path_add /a/exe /a/opt/bin $HOME/.cabal/bin
+    path_add /usr/sbin /usr/local/sbin /sbin /a/exe /a/opt/bin
+    path_add --end $HOME/.cabal/bin
 
     if [ -r /etc/alternatives/java_sdk ]; then
         export JAVA_HOME=/etc/alternatives/java_sdk
@@ -14,6 +14,7 @@ export EDITOR="emacsclient"
 # instead of some alternate editor logic
 export ALTERNATE_EDITOR=""
 
+export PITHOSFLY_SAVE_DIR=/a/pandora_rips4
 
 # makes subsequent syscalls to localtime use cached timezone,
 # so basically restart the comp if you change time zones,