antibody.sh
1 seule notification même si plusieurs màj
This commit is contained in:
@@ -103,9 +103,13 @@ if [ -n "$updated" ]; then
|
|||||||
echo "Last commit: "$url"/commits/"$last_commit
|
echo "Last commit: "$url"/commits/"$last_commit
|
||||||
# https://github.com/zsh-users/zsh-completions/commits/
|
# https://github.com/zsh-users/zsh-completions/commits/
|
||||||
|
|
||||||
notif="$module has been updated"
|
#notif="$module has been updated"
|
||||||
notification "$notif"
|
#notification "$notif"
|
||||||
|
modules+="$module "
|
||||||
done
|
done
|
||||||
|
notif="$modules has been updated"
|
||||||
|
notification "$notif"
|
||||||
|
|
||||||
else
|
else
|
||||||
echo -e "\033[4mNo Antibody modules to update.\033[0m"
|
echo -e "\033[4mNo Antibody modules to update.\033[0m"
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user