Skip to content

Commit

Permalink
Disable zsh COMPLETION_WAITING_DOTS
Browse files Browse the repository at this point in the history
This conflicts with the fzf-tab plugin causing the prompt to scroll up
unexpectedly (see Aloxaf/fzf-tab#236)
  • Loading branch information
adam-ja committed Jan 19, 2023
1 parent dd0db60 commit 5fa9aab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ export XDG_CONFIG_HOME="$HOME/.config"
# Enable command auto-correction.
ENABLE_CORRECTION=true

# Uncomment the following line to display red dots whilst waiting for completion.
COMPLETION_WAITING_DOTS=true

# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
Expand Down

0 comments on commit 5fa9aab

Please sign in to comment.