add zsh_colors script
This commit is contained in:
parent
1ad99f4f8e
commit
ee9cc7205b
7
scripts/scripts/zsh_colors
Executable file
7
scripts/scripts/zsh_colors
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/zsh
|
||||||
|
|
||||||
|
for c in {0..7}; do
|
||||||
|
b=$((c+8))
|
||||||
|
print -P - "%F{$c}$c%f -> %F{$b}$b%f"
|
||||||
|
done
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user