diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-12 15:12:40 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-12 15:12:40 -0400 |
commit | eadc4f4049a14e1a10ef1e3c9b0492ce70468c56 (patch) | |
tree | 2e13b365519ed56ec954aa323bfe513e7e94d1e3 /.profile | |
parent | cfd8c32a1e4a9097842baabf8f011748ffe4797c (diff) |
fix zathura vimtex swallow
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |