mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Set default highligting for valid paths
darcs-hash:20060614142241-ac50b-4f8bd79e788b3886ab8a1e5288da5b4cb9c2cdc5.gz
This commit is contained in:
parent
8fdc46a105
commit
52a0149e4f
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ set_default fish_color_error red --bold
|
|||
set_default fish_color_escape cyan
|
||||
set_default fish_color_operator cyan
|
||||
set_default fish_color_quote brown
|
||||
set_default fish_color_valid_path --underline
|
||||
|
||||
set_default fish_color_cwd green
|
||||
|
||||
|
|
Loading…
Reference in a new issue