From a5dd99098e1dfffe3e298fb8c5d11562ad7b1765 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 14 May 2025 18:10:54 -0500 Subject: chrome as default browser --- dotfiles/system/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile index fe14471..41c4373 100644 --- a/dotfiles/system/.profile +++ b/dotfiles/system/.profile @@ -21,7 +21,7 @@ export VISUAL="$(which emacs)" export SUDO_EDITOR="$(which vi)" # Browser -export BROWSER="$(which firefox)" +export BROWSER="$(which chrome)" # XDG # export XDG_RUNTIME_DIR=/tmp -- cgit v1.2.3