From 63fc0b9ed4a20db29020e5915e139e1e971cd362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 23 Jan 2017 17:01:55 +0100 Subject: [PATCH] Use chromium as $BROWSER. --- zsh/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zprofile b/zsh/zprofile index a9af91c..2c0ed83 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -17,7 +17,7 @@ export PATH export EDITOR="vim" export VISUAL="vim" -export BROWSER="qutebrowser" +export BROWSER="chromium" export PAGER="less"