From 67a67e619e60f3ce5e9903140180c7e282feef1d Mon Sep 17 00:00:00 2001 From: TiynGER Date: Mon, 6 Apr 2020 19:13:03 +0200 Subject: [PATCH] firefox for all, qute for less --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"