From eadc4f4049a14e1a10ef1e3c9b0492ce70468c56 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Mon, 12 Oct 2020 15:12:40 -0400 Subject: fix zathura vimtex swallow --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.profile') diff --git a/.profile b/.profile index 7bf362e..c707c22 100644 --- a/.profile +++ b/.profile @@ -1,5 +1,5 @@ export GOPATH=$HOME/.go -export SCRIPTS=$HOME/.scripts +export SCRIPTS=$HOME/.local/bin export PATH="$PATH:$(du "$HOME/.scripts/" | cut -f2 | tr '\n' ':')" export PATH=$PATH:/root/.local/bin export PATH=$PATH:$HOME/.local/bin @@ -20,7 +20,7 @@ export DISTRIB_RELEASE=$(uname -r) # export GOROOT=/usr/bin/go # fix "xdg-open fork-bomb" export your preferred browser from here -export BROWSER=firefox +export BROWSER=$(which firefox) # less/man colors export LESS=-R -- cgit v1.2.3