From 58a7db648073764b5ab004a807877c87a30642df Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 5 Oct 2016 11:07:50 +0200 Subject: zprofile: Use chromium wrapper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/.zprofile b/zsh/.zprofile index ddf58ab..83b16c5 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -25,7 +25,7 @@ export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/password-store export VISUAL=nvim export NVIM_TUI_ENABLE_TRUE_COLOR=1 -export BROWSER=chromium +export BROWSER=chromium-private export TERMINAL=termite export PAGER=less -- cgit v1.2.3-54-g00ecf