From 5e1595812c936cbae58a49391ca2e8358906999a Mon Sep 17 00:00:00 2001 From: Frank Qing Date: Wed, 1 May 2024 13:26:15 +0800 Subject: [PATCH] Enable zsh-autosuggestions plugin and comment out marker.sh source --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 70ac3d5..0815c23 100644 --- a/.zshrc +++ b/.zshrc @@ -81,7 +81,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k" # Add wisely, as too many plugins slow down shell startup. plugins=( zsh-completions - # zsh-autosuggestions # disable when using marker, otherwise enable + zsh-autosuggestions # disable when using marker, otherwise enable zsh-syntax-highlighting history-substring-search screen @@ -142,7 +142,7 @@ plugins=( # NPM_PACKAGES="${HOME}/.npm" # PATH="$NPM_PACKAGES/bin:$PATH" -[[ -s "$HOME/.marker/marker.sh" ]] && source "$HOME/.marker/marker.sh" +# [[ -s "$HOME/.marker/marker.sh" ]] && source "$HOME/.marker/marker.sh" autoload -U compinit && compinit -C -d ~/.cache/zsh/.zcompdump # zsh-completions # autoload bashcompinit # bash completions