diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-01-15 22:42:12 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-15 22:42:12 +0100 | 
| commit | 12617b07249e209aa373b2c62b2f30cc644b0711 (patch) | |
| tree | 74c284e46974b65cf940f6cddfcc0fbb107998cb | |
| parent | 435570bf12507aae231386f8247cc7c61fc510b8 (diff) | |
checkpoint
| -rw-r--r-- | config/home/.zshenv | 7 | 
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"  | 
