Add zsh auto suggestions

This commit is contained in:
2026-03-14 21:56:11 +05:30
parent 78ac524366
commit c893a025c2

View File

@@ -70,7 +70,7 @@ COMPLETION_WAITING_DOTS="true"
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git starship)
plugins=(git zsh-autosuggestions starship)
source $ZSH/oh-my-zsh.sh