1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 06:17:34 +00:00
config-fish/config.fish

22 lines
752 B
Fish
Raw Normal View History

2022-09-26 22:01:48 +00:00
# Greeting
set -U "fish_greeting" ""
2022-01-05 17:25:06 +00:00
2022-09-26 22:01:48 +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"
2024-08-21 09:45:18 +00:00
2024-09-19 02:26:28 +00:00
# Logging level
2024-08-21 20:43:31 +00:00
set -U "DOTFISH_LOG_LEVEL" "50"