mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-22 14:54:23 +00:00
Use conf.d instead of config.fish
This commit is contained in:
parent
be1d8436e6
commit
dd7f8d2a66
4 changed files with 18 additions and 18 deletions
1
conf.d/.gitignore
vendored
Normal file
1
conf.d/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
_*
|
15
conf.d/color_scheme.fish
Normal file
15
conf.d/color_scheme.fish
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# 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"
|
2
conf.d/greeting.fish
Normal file
2
conf.d/greeting.fish
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Greeting
|
||||||
|
set -U "fish_greeting" ""
|
18
config.fish
18
config.fish
|
@ -1,18 +0,0 @@
|
||||||
# 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"
|
|
||||||
|
|
||||||
# Greeting
|
|
||||||
set -U "fish_greeting" ""
|
|
Loading…
Reference in a new issue