💄 Added nerdicons to scripts

This commit is contained in:
z3rOR0ne 2022-09-04 21:08:35 -07:00
parent a852bd47df
commit ac9b042fa9
5 changed files with 13 additions and 7 deletions

View file

@ -325,13 +325,13 @@ else
# Let the user know what is staged for commit
if [[ $newfiles ]]; then
echo "${txtgreen}ADDED: ${txtgreen}$newfiles"
echo "${txtgreen}ADDED: ${txtgreen}$newfiles"
fi
if [[ $modified ]]; then
echo "${txtblue}MODIFIED: ${txtblue}$modified"
echo "${txtblue}MODIFIED: ${txtblue}$modified"
fi
if [[ $deleted ]]; then
echo "${txtred}DELETED: ${txtred}$deleted"
echo "${txtred}DELETED: ${txtred}$deleted"
fi
while true