From 8f5cf48eb6e1eb3f66431e63ec92a22c35e0fe9c Mon Sep 17 00:00:00 2001 From: tiynger Date: Tue, 24 Sep 2019 10:26:05 +0200 Subject: [PATCH] change browser to firefox --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 45cc331..286bb1a 100644 --- a/.profile +++ b/.profile @@ -5,7 +5,7 @@ export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')" export EDITOR="nvim" export TERMINAL="st" -export BROWSER="vivaldi-stable" +export BROWSER="firefox" export READER="zathura" export FILE="ranger" export SUDO_ASKPASS="$HOME/.local/bin/tools/dmenupass"