mirror of
https://github.com/notwa/rc
synced 2025-03-14 22:12:50 -07:00
fix typo
This commit is contained in:
parent
a6add9bd7b
commit
ab1c9da4a6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
colors() { ### @-
|
colors() { ### @-
|
||||||
### display all combinations of foreground and background terminal colors.
|
### display all combinations of foreground and background terminal colors.
|
||||||
### this only includes the basic 16-color palette.
|
### this only includes the basic 16-color palette.
|
||||||
### excluding boilerplate, this script is a mere a 76-characters long!
|
### excluding boilerplate, this script is a mere 76 characters long!
|
||||||
###
|
###
|
||||||
### 
|
### 
|
||||||
[ $# -eq 0 ] || { printf "%s\n" "$0: does not take arguments" >&2; return 1; }
|
[ $# -eq 0 ] || { printf "%s\n" "$0: does not take arguments" >&2; return 1; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue