From 45f8a4d12eee0a701e38056d7a7e8288da0bf8e7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 24 Sep 2025 12:43:58 -0500 Subject: feat(config): Update git and environment settings Add GitHub username to git config and swap default/alternate browser assignments. Also reorder startup script to launch emacs daemon before xautolock. --- dotfiles/system/.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles/system/.profile') diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile index 1d745ed..f4560d2 100644 --- a/dotfiles/system/.profile +++ b/dotfiles/system/.profile @@ -32,8 +32,8 @@ export EDITOR="$(which emacs)" export SUDO_EDITOR="$(which vi)" # Browser -export BROWSER="$(which firefox)" -export ALTBROWSER="$(which google-chrome-stable)" +export ALTBROWSER="$(which firefox)" +export BROWSER="$(which google-chrome-stable)" # export BROWSER="$(which librewolf)" # Terminal -- cgit v1.2.3