mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
28758: make `colors' function work with non-default option sets
This commit is contained in:
parent
9199663fe0
commit
9bfc05e3db
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
# Put standard ANSI color codes in shell parameters for easy use.
|
||||
# Note that some terminals do not support all combinations.
|
||||
|
||||
emulate -L zsh
|
||||
|
||||
typeset -Ag color colour
|
||||
|
||||
color=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue