2021-07-14 20:54:12 +00:00
|
|
|
# Color scheme
|
|
|
|
set -U "fish_color_normal" "normal"
|
|
|
|
set -U "fish_color_command" "bryellow"
|
|
|
|
set -U "fish_color_keyword" "yellow"
|
|
|
|
set -U "fish_color_quote" "brgreen"
|
|
|
|
set -U "fish_color_redirection" "cyan"
|
|
|
|
set -U "fish_color_end" "brmagenta"
|
|
|
|
set -U "fish_color_error" "red"
|
|
|
|
set -U "fish_color_param" "brwhite"
|
|
|
|
set -U "fish_color_comment" "brblack"
|
|
|
|
set -U "fish_color_selection" "white"
|
|
|
|
set -U "fish_color_operator" "cyan"
|
|
|
|
set -U "fish_color_escape" "green"
|
|
|
|
set -U "fish_color_autosuggestion" "brblack"
|
|
|
|
set -U "fish_color_cancel" "white" "--background=brred"
|
2020-10-19 17:06:13 +00:00
|
|
|
|
2021-07-14 20:54:12 +00:00
|
|
|
# Greeting
|
|
|
|
set -U "fish_greeting" ""
|