From 81298dd211a1ab9929127e507f6618abb6c139d5 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Sat, 8 Nov 2025 01:14:51 -0500 Subject: add mpd and ncmpcpp --- .bash_profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.bash_profile') 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" -- cgit v1.2.3