From d9e5d80de8a5a688fc8cc2d98f9bc5220767e6cb Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 27 May 2022 13:25:01 -0500 Subject: refactor: move to chromium as default browser --- bash/.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bash/.profile') diff --git a/bash/.profile b/bash/.profile index cd002f5..2a4c4b8 100644 --- a/bash/.profile +++ b/bash/.profile @@ -12,8 +12,8 @@ export BASH_COMPLETION_USER_DIR=$XDG_DATA_HOME/bash-completion/completions export LESSHISTFILE=$XDG_STATE_HOME/lesshst export WGETRC=$XDG_CONFIG_HOME/wgetrc -export EDITOR="$(command -v nvim 2>/dev/null || command -v vim 2>/dev/null || command -v vi)" -export BROWSER="firefox" +export EDITOR="$( command -v nvim 2>/dev/null || command -v vim 2>/dev/null || command -v vi )" +export BROWSER="$( command -v chromium 2>/dev/null || command -v firefox )" export TERMINAL="alacritty" export MANPAGER="sh -c 'col -bx | bat -l man -p'" export MANROFFOPT="-c" -- cgit v1.2.3-70-g09d2