diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 04c0fe7..3fd181a 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -3,6 +3,7 @@ SETUVAR __fish_init_2_39_8:\x1d SETUVAR __fish_init_2_3_0:\x1d SETUVAR __fish_init_3_x:\x1d +SETUVAR __fish_initialized:3100 SETUVAR fish_color_autosuggestion:brblack SETUVAR fish_color_cancel:\x2dr SETUVAR fish_color_command:brgreen @@ -14,6 +15,7 @@ SETUVAR fish_color_error:brred SETUVAR fish_color_escape:brcyan SETUVAR fish_color_history_current:\x2d\x2dbold SETUVAR fish_color_host:normal +SETUVAR fish_color_host_remote:yellow SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue SETUVAR fish_color_normal:normal SETUVAR fish_color_operator:cyan diff --git a/.zsh/zsh-autosuggestions.zsh b/.zsh/zsh-autosuggestions.zsh index 350490a..2a3edd3 100644 --- a/.zsh/zsh-autosuggestions.zsh +++ b/.zsh/zsh-autosuggestions.zsh @@ -43,7 +43,7 @@ typeset -g ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX=autosuggest-orig- # Will try each strategy in order until a suggestion is returned (( ! ${+ZSH_AUTOSUGGEST_STRATEGY} )) && { typeset -ga ZSH_AUTOSUGGEST_STRATEGY - ZSH_AUTOSUGGEST_STRATEGY=(history completion) + ZSH_AUTOSUGGEST_STRATEGY=(history) } # Widgets that clear the suggestion