This commit is contained in:
Julien Rabier 2020-05-30 21:56:34 +02:00
parent 79a373bd5d
commit 37b07c8f61

View File

@ -61,6 +61,7 @@ if ! [ -d "$HOME/.cache/antibody" ]; then
chmod +x /tmp/antibody.sh
/tmp/antibody.sh -b $HOME/.bin
rm /tmp/antibody.sh
mkdir -p $HOME/.cache/antibody
fi
if [ ! -x $HOME/.bin/chezmoi ]; then