From d0688539d929b9cfe999a37bad74da88b45adb03 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Mon, 6 Jul 2026 21:15:08 -0400 Subject: Update bash stuff. --- .bash_profile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 7ffd304..3401696 100644 --- a/.bash_profile +++ b/.bash_profile @@ -3,10 +3,14 @@ # Set up the home environment profile. if [ -f ~/.profile ]; then source ~/.profile; fi +# Honor per-interactive-shell startup file +if [ -f ~/.bashrc ]; then source ~/.bashrc; fi + export SUDO="doas" export TERMINAL="foot" -export BROWSER="librewolf" +export WEB_BROWSER="librewolf" export EDITOR="kak" +export PAGER="less" export XDG_CURRENT_DESKTOP="sway" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" @@ -28,6 +32,4 @@ export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config" export MANPATH="$MANPATH:$XDG_DATA_HOME/man" export _JAVA_AWT_WM_NONREPARENTING="1" export PATH="$CARGO_HOME/bin:$HOME/.local/bin:$HOME/scripts:$PATH" - -# Honor per-interactive-shell startup file -if [ -f ~/.bashrc ]; then source ~/.bashrc; fi +export SDL_JOYSTICK_HIDAPI_GAMECUBE=0 # dolphin-emu gamecube adapter -- cgit v1.2.3