fix hugocachedir in .profile

This commit is contained in:
creme 2021-01-27 22:02:26 +00:00
parent 6568c77e3a
commit 5b24c139ff
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export GOROOT=/usr/local/go
export PATH=$GOROOT/bin:$PATH
# hugo cachedir
export HUGO_CACHEDIR="hugo_cache_$USER"
export HUGO_CACHEDIR="/tmp/hugo_cache_$USER"
if [[ ! $TERM =~ screen ]] || [[ ! $TMUX =~ tmux ]]; then