From a9ab9b282289230a8d22eb93672476fc1e02eb2c Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 7 Jan 2023 14:42:53 -0500 Subject: [PATCH] add vi mode for zsh --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 6342640..515ba27 100644 --- a/.zshrc +++ b/.zshrc @@ -66,7 +66,7 @@ export PATH="/opt/homebrew/opt/cython/bin:$PATH" export PATH="/opt/homebrew/opt/llvm/bin:$PATH" export PATH="$HOME/.emacs.d/bin:$PATH" -alias awb='~/.config/limelight/limelight/bin/limelight -c ~/.config/limelight/limelightrc' +source $(brew --prefix)/opt/zsh-vi-mode/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh export STARSHIP_CONFIG=~/.config/starship/starship.toml