From 5ebf7f9b5c4b3c3fcf7b013a6f3f6681293e1375 Mon Sep 17 00:00:00 2001 From: pfych Date: Fri, 16 Aug 2024 22:14:18 +1000 Subject: [PATCH] Use externally sourced zsh-autosuggestions --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 4377e5e..8bc7f4e 100644 --- a/.zshrc +++ b/.zshrc @@ -14,6 +14,7 @@ if [[ $(uname) == "Darwin" ]]; then else export PATH="${PATH}:${HOME}/.local/bin:/usr/local/sbin:${HOME}/.local/share/gem/ruby/2.0.0/bin:/usr/local/bin" source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh + source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh fi export CONFIGDIR="${HOME}/.config" @@ -49,7 +50,7 @@ export DEFAULT_BACKGROUND="\033[49m" # oh-my-zsh export ZSH="$CONFIGDIR/oh-my-zsh" -plugins=(git-prompt git zsh-autosuggestions) +plugins=(git-prompt git) source $ZSH/oh-my-zsh.sh # Use NVIM