From 2589061198b4a197a84403a93002084044ed0dc8 Mon Sep 17 00:00:00 2001 From: wuqi Date: Thu, 5 Sep 2024 09:57:08 +0800 Subject: [PATCH] update --- .oh-my-zsh-custom/plugins/zsh-vi-mode | 1 - .zshrc | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 160000 .oh-my-zsh-custom/plugins/zsh-vi-mode diff --git a/.oh-my-zsh-custom/plugins/zsh-vi-mode b/.oh-my-zsh-custom/plugins/zsh-vi-mode deleted file mode 160000 index cd730cd..0000000 --- a/.oh-my-zsh-custom/plugins/zsh-vi-mode +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cd730cd347dcc0d8ce1697f67714a90f07da26ed diff --git a/.zshrc b/.zshrc index 7391b9d..2257252 100644 --- a/.zshrc +++ b/.zshrc @@ -14,7 +14,8 @@ ZSH_THEME="headline" plugins=( git zsh-autosuggestions - zsh-syntax-highlighting + zsh-syntax-highlighting + vi-mode ) if [ "$OS" != "Windows_NT" ];then