Revert opacity fix removal
Turns out this is still an issue!
This commit is contained in:
parent
bc59ac6b51
commit
57ea71763f
1 changed files with 5 additions and 0 deletions
5
zshrc
5
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 .../.../<tab>?
|
||||
setopt prompt_subst # Make sure prompt is able to be generated properly.
|
||||
setopt auto_cd # Get that ~ in here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue