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