migrate from fasd to zoxide
This commit is contained in:
parent
45d6cfc1aa
commit
09efee224e
1 changed files with 4 additions and 2 deletions
|
@ -173,11 +173,11 @@ ZVM_LINE_INIT_MODE=$ZVM_MODE_INSERT
|
||||||
chezmoi completion zsh | source /dev/stdin
|
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
|
#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
|
#Attempting to try zplug
|
||||||
source ~/.zplug/init.zsh
|
source ~/.zplug/init.zsh
|
||||||
zplug "wookayin/fzf-fasd"
|
#zplug "wookayin/fzf-fasd"
|
||||||
zplug "plugins/git", from:oh-my-zsh
|
zplug "plugins/git", from:oh-my-zsh
|
||||||
autoload -U compinit
|
autoload -U compinit
|
||||||
compinit -i
|
compinit -i
|
||||||
|
@ -190,4 +190,6 @@ export PATH="/home/kellya/.deta/bin:$PATH"
|
||||||
export PATH="/home/kellya/local/share/JetBrains/Toolbox/scripts:$PATH"
|
export PATH="/home/kellya/local/share/JetBrains/Toolbox/scripts:$PATH"
|
||||||
|
|
||||||
#eval $(thefuck --alias)
|
#eval $(thefuck --alias)
|
||||||
|
eval "$(zoxide init zsh)"
|
||||||
eval "$(op completion zsh)"; compdef _op op
|
eval "$(op completion zsh)"; compdef _op op
|
||||||
|
. "/home/kellya/.acme.sh/acme.sh.env"
|
||||||
|
|
Loading…
Reference in a new issue