| 1234567891011121314151617181920212223242526272829303132 | # This file contains fish universal variable definitions.# VERSION: 3.0SETUVAR __fish_initialized:3100SETUVAR fish_color_autosuggestion:555\x1ebrblackSETUVAR fish_color_cancel:\x2drSETUVAR fish_color_command:005fd7SETUVAR fish_color_comment:990000SETUVAR fish_color_cwd:greenSETUVAR fish_color_cwd_root:redSETUVAR fish_color_end:009900SETUVAR fish_color_error:ff0000SETUVAR fish_color_escape:00a6b2SETUVAR fish_color_history_current:\x2d\x2dboldSETUVAR fish_color_host:normalSETUVAR fish_color_host_remote:yellowSETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblueSETUVAR fish_color_normal:normalSETUVAR fish_color_operator:00a6b2SETUVAR fish_color_param:00afffSETUVAR fish_color_quote:999900SETUVAR fish_color_redirection:00afffSETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblackSETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblackSETUVAR fish_color_status:redSETUVAR fish_color_user:brgreenSETUVAR fish_color_valid_path:\x2d\x2dunderlineSETUVAR fish_greeting:Welcome\x20to\x20fish\x2c\x20the\x20friendly\x20interactive\x20shell\x0aType\x20\x60help\x60\x20for\x20instructions\x20on\x20how\x20to\x20use\x20fishSETUVAR fish_key_bindings:fish_default_key_bindingsSETUVAR fish_pager_color_completion:\x1dSETUVAR fish_pager_color_description:B3A06D\x1eyellowSETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderlineSETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
 |