diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2026-07-06 21:15:08 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2026-07-06 21:15:08 -0400 |
| commit | d0688539d929b9cfe999a37bad74da88b45adb03 (patch) | |
| tree | d511fa09e2dcfcba35184266edbd59e049a43c9b /.bash_profile | |
| parent | 423ba7b084da25860dd7d8fe127ca9362f622d69 (diff) | |
Update bash stuff.
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 10 |
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 |
