aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/env.sh
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-02 20:11:15 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-02 20:11:15 +0100
commit9dd1370d0b7cd876f004f7a822b0357039252184 (patch)
treebf9fcf6c6b2332cf70948d225000ee1a0d77c0ea /sandbox/env.sh
parent02995443bc8af38fc3bb3896c8d32eb0adc142d0 (diff)
remove the 'uzbl' subdirectory in examples/*/, since the sandbox they are no longer needed + update paths everywhere + remove examples/config/enchant (also not needed since sandbox) + bugfix: set /home/dieter in sandbox
Diffstat (limited to 'sandbox/env.sh')
-rwxr-xr-xsandbox/env.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/sandbox/env.sh b/sandbox/env.sh
index 0bf812a..122a7f2 100755
--- a/sandbox/env.sh
+++ b/sandbox/env.sh
@@ -5,8 +5,9 @@
# - executing limits scope of variables too much (even with exporting)
# maybe we should spawn processes from here with an 'exec' at the end?
-export XDG_DATA_HOME=./sandbox/examples/data
-export XDG_CACHE_HOME=./sandbox/examples/cache
-export XDG_CONFIG_HOME=./sandbox/examples/config
-#export PATH="./sandbox/usr/local/share/uzbl/examples/data/uzbl/scripts/:$PATH" # needed when running uzbl-browser from here? don't think so..
+export HOME=./sandbox/home
+export XDG_DATA_HOME=$HOME/.local/share
+export XDG_CACHE_HOME=$HOME/.cache
+export XDG_CONFIG_HOME=$HOME/.config
+#export PATH="./sandbox/usr/local/share/uzbl/examples/data/scripts/:$PATH" # needed when running uzbl-browser from here? don't think so..
export PATH="./sandbox/usr/local/bin:$PATH" # needed to run uzbl-browser etc from here