diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-11-08 01:14:51 -0500 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-11-08 01:14:51 -0500 |
| commit | 81298dd211a1ab9929127e507f6618abb6c139d5 (patch) | |
| tree | 62ba15bd43673ce5a3581ecc02a9c84375dc8364 /.bash_profile | |
| parent | b68898fa65f064e6befd0cb23067287df65de12b (diff) | |
add mpd and ncmpcpp
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index b5f10df..b8ca6d7 100644 --- a/.bash_profile +++ b/.bash_profile @@ -5,11 +5,12 @@ if [ -f ~/.profile ]; then source ~/.profile; fi export SUDO="doas" export TERMINAL="st" -export BROWSER="firefox" +export BROWSER="librewolf" export EDITOR="nvim" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" +export MPD_HOST="$XDG_RUNTIME_DIR/mpd-socket" # export XDG_DATA_DIRS="$XDG_DATA_DIRS:$HOME/.local/share/flatpak/exports/share" export ZDOTDIR="$XDG_CONFIG_HOME/zsh" export WINEPREFIX="$XDG_DATA_HOME/wineprefixes/default" |
