diff options
author | George Abbott <george@gabbott.dev> | 2025-01-26 11:36:35 +0000 |
---|---|---|
committer | George Abbott <george@gabbott.dev> | 2025-01-26 11:36:35 +0000 |
commit | 725f1f1c08c2d7e338d649062622d313292a41fa (patch) | |
tree | cddf942baa9a522810ea4d5e1d80ab41150fc994 /cfg/profile | |
parent | e9ab754fdf893b7b71ee7d0fbc84f567984a6bbe (diff) |
cfg
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 |