zsh-vi-mode
This commit is contained in:
parent
c82269f7d2
commit
5213b249d6
2 changed files with 5 additions and 0 deletions
1
.zshrc
1
.zshrc
|
|
@ -9,6 +9,7 @@ COMPLETION_WAITING_DOTS="true"
|
|||
plugins=(
|
||||
git
|
||||
mise
|
||||
zsh-vi-mode
|
||||
zoxide
|
||||
zsh-autosuggestions
|
||||
zsh-syntax-highlighting
|
||||
|
|
|
|||
|
|
@ -8,3 +8,7 @@ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-m
|
|||
|
||||
echo zsh-syntax-highlighting
|
||||
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
|
||||
|
||||
echo zsh-vi-mode
|
||||
git clone https://github.com/jeffreytse/zsh-vi-mode \
|
||||
$ZSH_CUSTOM/plugins/zsh-vi-mode
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue