diff options
-rw-r--r-- | .config/bash/environment.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/bash/environment.sh b/.config/bash/environment.sh index 8d3adfc..3f3521e 100644 --- a/.config/bash/environment.sh +++ b/.config/bash/environment.sh @@ -93,3 +93,9 @@ export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' # matlow wont start on some system without this export LIBXCB_ALLOW_SLOPPY_LOCK=true + +if [ $(hostname) = "blx" ]; then + export BROWSER=luakit +else + export BROWSER=firefox +fi |