Update update_* scripts to display info

This commit is contained in:
Blallo 2020-04-30 12:34:23 +02:00
parent 8512bb3ecb
commit 504e09386b
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F
3 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env zsh
echo "Updating antibody cache"
currpath=$(realpath $PWD)

View file

@ -1,4 +1,5 @@
#!/usr/bin/env zsh
echo "Updating fzf"
currpath=$(realpath $PWD)

View file

@ -1,4 +1,5 @@
#!/usr/bin/env zsh
echo "Updating pipenv completion"
currpath=$(realpath $PWD)