From ae4444e5f44ad4a2a3138c43f32c9b60da9f7a32 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Thu, 8 Jul 2021 14:07:25 -0400 Subject: [PATCH] Added zplug for plugin management --- dot_zshrc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dot_zshrc b/dot_zshrc index 2962083..faf5c4c 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -132,7 +132,8 @@ compinit -i kitty + complete setup zsh | source /dev/stdin # # Enable 'z' tracking for directory speediness -source /usr/libexec/z.sh +# Temporarily disabiling while using fasd +# source /usr/libexec/z.sh export PATH="$HOME/.poetry/bin:$PATH" @@ -162,3 +163,9 @@ ZVM_OPPEND_MODE_CURSOR=$ZVM_CURSOR_UNDERLINE ZVM_LINE_INIT_MODE=$ZVM_MODE_INSERT chezmoi completion zsh | source /dev/stdin +#Trying out fasd over z. There's nothing wrong with z, it just looks like fasd might add some more completion and stuff that might be useful +eval "$(fasd --init auto)" + +#Attempting to try zplug +source ~/.zplug/init.zsh +zplug "wookayin/fzf-fasd"