diff options
Diffstat (limited to 'cfg/profile')
-rwxr-xr-x | cfg/profile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cfg/profile b/cfg/profile new file mode 100755 index 0000000..480c441 --- /dev/null +++ b/cfg/profile @@ -0,0 +1,10 @@ +#!/bin/sh + +# Envvars +export BROWSER="firefox" +export TZ="Europe/London" + +# Local web server +local-srv ~/www/gabbott.dev/rel & + +river |