From 9e9672862cc747ef948c7843274ff4f47f9bf731 Mon Sep 17 00:00:00 2001 From: Frank Qing Date: Wed, 1 May 2024 13:22:05 +0800 Subject: [PATCH] Update marker.sh path in .zshrc --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 6234c67..70ac3d5 100644 --- a/.zshrc +++ b/.zshrc @@ -142,7 +142,7 @@ plugins=( # NPM_PACKAGES="${HOME}/.npm" # PATH="$NPM_PACKAGES/bin:$PATH" -[[ -s "$HOME/.config/ezsh/marker/marker.sh" ]] && source "$HOME/.config/ezsh/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