mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-10-14 15:49:09 +00:00
completion: Set standard style used by 'list-colors'
Set `LS_COLORS` if not already available so that it is available as standard style `list-colors`. This needs to be explicitly set in completion module to ensure that the variable is available even if 'utility' module is not loaded earlier.
This commit is contained in:
committed by
Indrajit Raychaudhuri
parent
515d70f639
commit
c6b59f8bb1
@@ -19,6 +19,10 @@ modules that provide completion definitions.
|
||||
- `MENU_COMPLETE` do not autoselect the first completion entry.
|
||||
- `FLOW_CONTROL` disable start/stop characters in shell editor.
|
||||
|
||||
## Variables
|
||||
|
||||
- `LS_COLORS` used by default for Zsh [standard style][2] 'list-colors'.
|
||||
|
||||
## Settings
|
||||
|
||||
### Ignore _`/etc/hosts`_ Entries
|
||||
@@ -42,9 +46,10 @@ its rules and regulations. This module will be synchronized against it.
|
||||
|
||||
## Authors
|
||||
|
||||
_The authors of this module should be contacted via the [issue tracker][2]._
|
||||
_The authors of this module should be contacted via the [issue tracker][3]._
|
||||
|
||||
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
||||
|
||||
[1]: https://github.com/zsh-users/zsh-completions
|
||||
[2]: https://github.com/sorin-ionescu/prezto/issues
|
||||
[2]: https://zsh.sourceforge.net/Doc/Release/Completion-System.html#Standard-Styles
|
||||
[3]: https://github.com/sorin-ionescu/prezto/issues
|
||||
|
Reference in New Issue
Block a user