zsh-autosuggestions
This commit is contained in:
parent
ea0cb0e404
commit
a35bd343dc
2 changed files with 8 additions and 1 deletions
7
.zshrc
7
.zshrc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue