aboutsummaryrefslogtreecommitdiffhomepage
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/env.sh b/misc/env.sh
index 4eec525..0dfedfa 100755
--- a/misc/env.sh
+++ b/misc/env.sh
@@ -19,5 +19,5 @@ export XDG_DATA_HOME=$HOME/.local/share
export XDG_CACHE_HOME=$HOME/.cache
export XDG_CONFIG_HOME=$HOME/.config
-# Now update the path to include our sandbox bin directory.
+# Needed to run uzbl-browser etc from here.
export PATH="./sandbox/usr/local/bin:$PATH"