Update update_* scripts to display info
This commit is contained in:
parent
8512bb3ecb
commit
504e09386b
3 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env zsh
|
||||
echo "Updating antibody cache"
|
||||
|
||||
currpath=$(realpath $PWD)
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env zsh
|
||||
echo "Updating fzf"
|
||||
|
||||
currpath=$(realpath $PWD)
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env zsh
|
||||
echo "Updating pipenv completion"
|
||||
|
||||
currpath=$(realpath $PWD)
|
||||
|
||||
|
|
Loading…
Reference in a new issue