diff options
author | Mason Larobina <mason.larobina@gmail.com> | 2010-01-27 10:26:21 +0800 |
---|---|---|
committer | Mason Larobina <mason.larobina@gmail.com> | 2010-01-27 10:26:21 +0800 |
commit | ce6d5889fe2614e8c04536e29d01c7467e7387c6 (patch) | |
tree | abe4381c89266c96252b25d94d1c3b06c05604b2 /misc | |
parent | bf4d89b80c7eb435c64028f70e6470e4984d8f1c (diff) |
Revert to a more useful comment in env.sh
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/env.sh | 2 |
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" |