diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/functions/colortable | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/functions/colortable b/etc/functions/colortable index 4acdf92..fadd7a7 100644 --- a/etc/functions/colortable +++ b/etc/functions/colortable @@ -5,3 +5,4 @@ for i in {0..255}; { printf " %s%-3s" $'\e[38;5;'${i}m $i (( (i+1) % (COLUMNS/4) < 1 )) && echo } +echo |