summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-12 15:12:40 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-12 15:12:40 -0400
commiteadc4f4049a14e1a10ef1e3c9b0492ce70468c56 (patch)
tree2e13b365519ed56ec954aa323bfe513e7e94d1e3 /.profile
parentcfd8c32a1e4a9097842baabf8f011748ffe4797c (diff)
fix zathura vimtex swallow
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 2 insertions, 2 deletions
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