diff --git a/dotfiles/config/fish/config.fish b/dotfiles/config/fish/config.fish new file mode 100644 index 0000000..f83c75a --- /dev/null +++ b/dotfiles/config/fish/config.fish @@ -0,0 +1 @@ +fish_add_path --path {$HOME}/bin diff --git a/dotfiles/config/fish/fish_variables b/dotfiles/config/fish/fish_variables index d6a13ac..fe78159 100644 --- a/dotfiles/config/fish/fish_variables +++ b/dotfiles/config/fish/fish_variables @@ -1,7 +1,7 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 SETUVAR EDITOR:vim -SETUVAR __fish_initialized:3400 +SETUVAR __fish_initialized:3800 SETUVAR fish_color_autosuggestion:586e75 SETUVAR fish_color_cancel:\x2dr SETUVAR fish_color_command:93a1a1 @@ -20,7 +20,7 @@ SETUVAR fish_color_operator:00a6b2 SETUVAR fish_color_param:839496 SETUVAR fish_color_quote:657b83 SETUVAR fish_color_redirection:6c71c4 -SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dblack +SETUVAR fish_color_search_match:white\x1e\x2d\x2dbackground\x3dblack SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack SETUVAR fish_color_status:red SETUVAR fish_color_user:brgreen