💄 Added new icon x

This commit is contained in:
z3rOR0ne 2022-09-07 06:09:37 -07:00
parent bc23ba721a
commit 49a11bd298
2 changed files with 4 additions and 1 deletions

View file

@ -78,3 +78,6 @@ https://www.nerdfonts.com/cheat-sheet (terminal based)
:thread: .......................... add or update code related to multithreading or concurrency...... 
artix/atlassin(for use in bash/prompt) ﴂ
cancel/deleted/x ✗ 
check-mark ✓
right-arrow ➜

View file

@ -18,7 +18,7 @@ function dependencycheck()
for ((i = 0; i < numdependencies; i++)) ; do
if ! command -v "${dependencies[$i]}" &> /dev/null ; then
echo "${txtred} dependency not met: ${dependencies[$i]}${txtwhite}"
echo "${txtred} dependency not met: ${dependencies[$i]}${txtwhite}"
missingdependencies=$((missingdependencies+1))
else
echo "${txtgreen}  dependency met: ${dependencies[$i]}${txtwhite}"