From 7356bafa93b9cacb0ceadb1b4c4952c78ddb9260 Mon Sep 17 00:00:00 2001 From: finga Date: Wed, 19 Apr 2023 15:13:17 +0200 Subject: [PATCH] Set `BROWSER=firefox` --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 333b1d0..20e389f 100644 --- a/.zprofile +++ b/.zprofile @@ -11,7 +11,7 @@ export PAGER='bat' export EDITOR='em' export VISUAL='em' -export BROWSER='qutebrowser' +export BROWSER='firefox' export TERMINAL='urxvtcd' export MANPAGER="sh -c 'col -bx | bat -l man -p'"