From 57ea71763fbfac74eaeff9d712487ac7f4af595e Mon Sep 17 00:00:00 2001 From: Spotlight Date: Wed, 8 Sep 2021 21:47:31 -0500 Subject: [PATCH] Revert opacity fix removal Turns out this is still an issue! --- zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zshrc b/zshrc index cd92c77..608f55b 100644 --- a/zshrc +++ b/zshrc @@ -11,6 +11,11 @@ load_plugin "zsh-syntax-highlighting" bindkey '^[[A' history-beginning-search-backward bindkey '^[[B' history-beginning-search-forward +# Preserve opacity +# See: https://github.com/zsh-users/zsh-autosuggestions/issues/431#issuecomment-502329696 +# Will most likely need removal at a point. +ZSH_AUTOSUGGEST_IGNORE_WIDGETS=(${(@)ZSH_AUTOSUGGEST_IGNORE_WIDGETS:#zle-\*} zle-\^line-init) + source $HOME/.zsh/expand-multiple-dots.zsh # cd .../.../? setopt prompt_subst # Make sure prompt is able to be generated properly. setopt auto_cd # Get that ~ in here.