Use externally sourced zsh-autosuggestions

This commit is contained in:
pfych 2024-08-16 22:14:18 +10:00
parent 1d607a08c6
commit 5ebf7f9b5c

3
.zshrc
View File

@ -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