summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-01-15 22:42:12 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-01-15 22:42:12 +0100
commit12617b07249e209aa373b2c62b2f30cc644b0711 (patch)
tree74c284e46974b65cf940f6cddfcc0fbb107998cb
parent435570bf12507aae231386f8247cc7c61fc510b8 (diff)
checkpoint
-rw-r--r--config/home/.zshenv7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/home/.zshenv b/config/home/.zshenv
index 5fbc1b9..7e18524 100644
--- a/config/home/.zshenv
+++ b/config/home/.zshenv
@@ -3,7 +3,12 @@
export EDITOR="vis"
export VISUAL="vis"
-export BROWSER="firefox"
+if [ "$(hostname)" = "winter" ]; then
+ export BROWSER="zen-browser"
+else
+ export BROWSER="firefox"
+fi
+
export VIEWER="zathura"
export PLAYER="mpv"
export MENUCMD="dmenu"