[+] Add color reset at end of line

This commit is contained in:
Hykilpikonna
2021-09-18 11:58:36 -04:00
parent 4685a2651f
commit ee8f6fc64f
+1
View File
@@ -54,6 +54,7 @@ spopd () {
# Minecraft coloring
color() {
tmp="$@"
tmp="$tmp&r"
tmp=$(echo "${tmp//&0/\033[0;30m}")
tmp=$(echo "${tmp//&1/\033[0;34m}")
tmp=$(echo "${tmp//&2/\033[0;32m}")