From 9f28312230194b1d1c0a716a72cf07442d09a277 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 20 Aug 2022 17:05:36 -0500 Subject: fix: undo accidental reversion of $BROWSER --- sh/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/.profile') diff --git a/sh/.profile b/sh/.profile index 1098a70..5e0a8a0 100644 --- a/sh/.profile +++ b/sh/.profile @@ -15,7 +15,7 @@ export XDG_RUNTIME_DIR="${XDG_RUNTIME_DIR:-/run/user/$(id -u "$USER")}" # prog EDITOR="$(command -v nvim 2>/dev/null || command -v vim 2>/dev/null || command -v vi)" -BROWSER="$(command -v chromium 2>/dev/null || command -v firefox)" +BROWSER="$(command -v firefox || command -v chromium 2>/dev/null)" export EDITOR BROWSER export TERMINAL="alacritty" export MANPAGER="sh -c 'col -bx | bat -l man -p'" -- cgit v1.2.3-70-g09d2