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