Use Firefox as default browser
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
4482998cfe
commit
5ce45cf0dc
3 changed files with 5 additions and 4 deletions
|
@ -105,14 +105,14 @@ if [ -n "$(command -v compinit)" ]; then
|
|||
compinit -d "${XDG_DATA_HOME}/zsh/zcompdump-${ZSH_VERSION}"
|
||||
fi
|
||||
|
||||
export MTGA_WINE_PREFIX="${HOME}/games/magic-the-gathering-arena"
|
||||
export MTGA_WINE_BINARY="/usr/bin/wine"
|
||||
# Fonts
|
||||
export FONTCONFIG_PATH="/etc/fonts"
|
||||
|
||||
# Setting applications
|
||||
export VISUAL=vim
|
||||
export EDITOR="${VISUAL}"
|
||||
export TERMINAL="kitty"
|
||||
export BROWSER="chromium"
|
||||
export BROWSER="firefox"
|
||||
export PAGER="less"
|
||||
export MANPAGER="${PAGER}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue