asp: Set ASPROOT to .cache/asp

master
Pierre Neidhardt 2016-07-05 17:03:15 +02:00
parent 8dd26f294d
commit 0dc809420e
1 changed files with 5 additions and 0 deletions

View File

@ -136,6 +136,11 @@ if command -v fzf >/dev/null 2>&1; then
export FZF_DEFAULT_OPTS="--cycle --extended --multi"
fi
## pacman abs
if command -v asp >/dev/null 2>&1; then
export ASPROOT="$HOME/.cache/asp"
fi
## Hook. Should be sourced last
[ -f ~/.profile_hook ] && . ~/.profile_hook
################################################################################