From 268ed22e44463523723c428826d40628e1b89953 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Fri, 3 Oct 2025 13:27:21 -0400 Subject: .bash_profile: update SUDO to doas and EDITOR to nvim. --- .bash_profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index e72eec5..b5f10df 100644 --- a/.bash_profile +++ b/.bash_profile @@ -3,10 +3,10 @@ # Set up the home environment profile. if [ -f ~/.profile ]; then source ~/.profile; fi -export SUDO="sudo" +export SUDO="doas" export TERMINAL="st" export BROWSER="firefox" -export EDITOR="emacsclient -c -a 'emacs -nw'" +export EDITOR="nvim" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" -- cgit v1.2.3