From 89d5809a9eba24723e7959571fe08467874bbb03 Mon Sep 17 00:00:00 2001 From: JGill Date: Wed, 6 Oct 2021 13:18:26 +0530 Subject: [PATCH] Updated marker source location --- ezshrc.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ezshrc.zsh b/ezshrc.zsh index 1eb3c0d..580ff7a 100644 --- a/ezshrc.zsh +++ b/ezshrc.zsh @@ -141,7 +141,7 @@ export FZF_DEFAULT_OPS="--extended" export MARKER_KEY_NEXT_PLACEHOLDER="\C-b" #change maker key binding from Ctr+t to Ctr+b -[[ -s "$HOME/.local/share/marker/marker.sh" ]] && source "$HOME/.local/share/marker/marker.sh" +[[ -s "$HOME/.config/ezsh/marker/marker.sh" ]] && source "$HOME/.config/ezsh/marker/marker.sh" autoload -U compinit && compinit -C -d ~/.cache/zsh/.zcompdump # zsh-completions # autoload bashcompinit # bash completions