Enable zsh-autosuggestions plugin and comment out marker.sh source

This commit is contained in:
Frank Qing
2024-05-01 13:26:15 +08:00
parent 9e9672862c
commit 5e1595812c

4
.zshrc
View File

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