From 10fb15f1dc25d6bdc93f710636299cc3bea36308 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Mon, 21 Dec 2020 18:48:10 +0100 Subject: [PATCH] browser: firefox is standard --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 31a9d3f..3a590ba 100644 --- a/.profile +++ b/.profile @@ -8,7 +8,7 @@ export PATH=${HOME}/.pyenv/bin:$PATH eval "$(pyenv init -)" eval "$(pyenv virtualenv-init -)" -export BROWSER="icecat" +export BROWSER="firefox" export RTV_BROWSER="qutebrowser" export EDITOR="nvim" export FILE="vifmrun"