diff --git a/.profile b/.profile index 0a1fd4a..ea47b3a 100644 --- a/.profile +++ b/.profile @@ -4,8 +4,8 @@ # Adds `~/.local/bin` and all subdirectories to $PATH export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')" -export BROWSER="qutebrowser" -export RTV_BROWSER=$BROWSER +export BROWSER="firefox" +export RTV_BROWSER="qutebrowser" export EDITOR="nvim" export FILE="vifmrun" export IMAGE="sxiv"