mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Migrate from z.lua to zoxide
This commit is contained in:
parent
ebe36051d5
commit
cbb7fa714b
2 changed files with 9 additions and 7 deletions
|
@ -108,6 +108,10 @@ if command -v pyenv >/dev/null 2>&1; then
|
|||
eval "$(pyenv init -)"
|
||||
fi
|
||||
|
||||
if command -v zoxide >/dev/null 2>&1; then
|
||||
eval "$(zoxide init --cmd z zsh)"
|
||||
fi
|
||||
|
||||
#########################
|
||||
# Zgenom Plugin Manager #
|
||||
#########################
|
||||
|
@ -121,7 +125,6 @@ zgenom autoupdate
|
|||
|
||||
# If the init script doesn't exist yet
|
||||
if ! zgenom saved; then
|
||||
zgenom load skywind3000/z.lua
|
||||
zgenom load akash329d/zsh-alias-finder
|
||||
zgenom load clarketm/zsh-completions
|
||||
zgenom load zsh-users/zsh-autosuggestions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue