From 4466fbd75e5f743aa15c784530ce372d02ea53d0 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Mon, 6 Apr 2020 01:29:23 +0200 Subject: [PATCH] qutebrowser --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 9387ef4..0a1fd4a 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="firefox" +export BROWSER="qutebrowser" export RTV_BROWSER=$BROWSER export EDITOR="nvim" export FILE="vifmrun"