1
1
Fork 0

zsh-autosuggestions

This commit is contained in:
Gaiety 2026-04-02 20:56:34 -06:00
parent ea0cb0e404
commit a35bd343dc
2 changed files with 8 additions and 1 deletions

7
.zshrc
View file

@ -6,7 +6,12 @@ zstyle ':omz:update' mode reminder # just remind me to update when it's time
ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
plugins=(git mise zoxide)
plugins=(
git
mise
zoxide
zsh-autosuggestions
)
source $ZSH/oh-my-zsh.sh

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
#MISE description="Install oh-my-zsh"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions