commit 17aafece4e0db78f644c3414e0922b35bccd69f8 parent 63eee1df2b80ab73f94d8d7f252fdb05a76307f4 Author: Byron Torres <b@torresjrjr> Date: Fri, 29 Jan 2021 11:28:40 +0000 Fix palette Diffstat:
M | fetch | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fetch b/fetch @@ -40,7 +40,7 @@ ${c2} ${b}${c0} } palette() { - printf "\e[7m$c1 $c1 $c2 $c2 $c3 $c3 $c4 $c4 $c5 $c5 $c6 $c6 \e[m" + printf "\e[7m$c1 $c2 $c3 $c4 $c5 $c6 \e[m\n" }