summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile10
1 files changed, 6 insertions, 4 deletions
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