migrate from fasd to zoxide

This commit is contained in:
Alex Kelly 2024-03-20 21:25:33 -04:00
parent 45d6cfc1aa
commit 09efee224e

View file

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