From 6446b3e22a9ed3d62dc05b07da2820ad3f335ef1 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 18 May 2019 20:50:04 -0400 Subject: [PATCH] tabbed/surf default browser --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index e0d770a..4676320 100644 --- a/.profile +++ b/.profile @@ -5,7 +5,7 @@ export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')" export EDITOR="nvim" export TERMINAL="st" -export BROWSER="firefox" +export BROWSER="tabbed -r 2 surf -e lmao" export READER="zathura" export FILE="vifm" export BIB="$HOME/Documents/LaTeX/uni.bib"