mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01: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,3 +1,7 @@
|
|||
2011-02-15 Frank Terbeck <ft@bewatermyfriend.org>
|
||||
|
||||
* 28758: Functions/Misc/colors: work with non-default option sets.
|
||||
|
||||
2011-02-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 28750 with some extra comments:
|
||||
|
@ -14203,5 +14207,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5197 $
|
||||
* $Revision: 1.5198 $
|
||||
*****************************************************
|
||||
|
|
|
@ -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…
Reference in a new issue