💄 Added nerdicons to scripts
This commit is contained in:
parent
a852bd47df
commit
ac9b042fa9
5 changed files with 13 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue