diff --git a/dot_zshrc b/dot_zshrc index 2591435..90bdfc3 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -173,11 +173,11 @@ 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)" +#eval "$(fasd --init auto)" #Attempting to try zplug source ~/.zplug/init.zsh -zplug "wookayin/fzf-fasd" +#zplug "wookayin/fzf-fasd" zplug "plugins/git", from:oh-my-zsh autoload -U compinit compinit -i @@ -190,4 +190,6 @@ export PATH="/home/kellya/.deta/bin:$PATH" export PATH="/home/kellya/local/share/JetBrains/Toolbox/scripts:$PATH" #eval $(thefuck --alias) +eval "$(zoxide init zsh)" eval "$(op completion zsh)"; compdef _op op +. "/home/kellya/.acme.sh/acme.sh.env"