add export HUGO_CACHEDIR

This commit is contained in:
creme 2021-01-23 17:22:36 +01:00
parent 3e21c5e1dd
commit 6568c77e3a
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ export BBJ_USER=$USER
export GOROOT=/usr/local/go
export PATH=$GOROOT/bin:$PATH
# hugo cachedir
export HUGO_CACHEDIR="hugo_cache_$USER"
if [[ ! $TERM =~ screen ]] || [[ ! $TMUX =~ tmux ]]; then
_byobu_sourced=1 . /usr/bin/byobu-launch 2>/dev/null || true