aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--examples/config/uzbl/config2
-rwxr-xr-xsandbox/env.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config
index 34574cc..33e074f 100644
--- a/examples/config/uzbl/config
+++ b/examples/config/uzbl/config
@@ -327,4 +327,4 @@ set toggle_cmd_ins = @toggle_modes command insert
# === Post-load misc commands ===============================================
# Set the "home" page.
-set uri = uzbl.org
+set uri = uzbl.org/doesitwork/@COMMIT
diff --git a/sandbox/env.sh b/sandbox/env.sh
index 157ef36..0bf812a 100755
--- a/sandbox/env.sh
+++ b/sandbox/env.sh
@@ -8,5 +8,5 @@
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. not sure anymore why
+#export PATH="./sandbox/usr/local/share/uzbl/examples/data/uzbl/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