summaryrefslogtreecommitdiff
path: root/cfg/profile
diff options
context:
space:
mode:
authorGeorge Abbott <george@gabbott.dev>2025-01-26 11:36:35 +0000
committerGeorge Abbott <george@gabbott.dev>2025-01-26 11:36:35 +0000
commit725f1f1c08c2d7e338d649062622d313292a41fa (patch)
treecddf942baa9a522810ea4d5e1d80ab41150fc994 /cfg/profile
parente9ab754fdf893b7b71ee7d0fbc84f567984a6bbe (diff)
cfg
Diffstat (limited to 'cfg/profile')
-rwxr-xr-xcfg/profile10
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