mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Default fish_pager_color_description to '555 yellow'
Fixes https://github.com/fish-shell/fish-shell/issues/280
This commit is contained in:
parent
dc8cc39bc8
commit
5827bfd9a2
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ function __fish_config_interactive -d "Initializations that should be performed
|
|||
# Pager colors
|
||||
set_default fish_pager_color_prefix cyan
|
||||
set_default fish_pager_color_completion normal
|
||||
set_default fish_pager_color_description normal
|
||||
set_default fish_pager_color_description 555 yellow
|
||||
set_default fish_pager_color_progress cyan
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue