mirror of
https://github.com/shokinn/.files.git
synced 2025-08-23 11:13:19 +00:00
Add zoxide plugin to zsh configuration
This commit is contained in:
parent
67146e5f16
commit
a5e83d2611
1 changed files with 1 additions and 2 deletions
|
@ -103,6 +103,7 @@ plugins=(
|
|||
themes
|
||||
uv
|
||||
vscode
|
||||
zoxide
|
||||
zsh-navigation-tools
|
||||
zsh-ssh
|
||||
{%@@ if distro == 'macos' @@%} # Mac specifics
|
||||
|
@ -210,5 +211,3 @@ autoload -Uz compinit
|
|||
zstyle ':completion:*' menu select
|
||||
fpath+=~/.zfunc
|
||||
{%@@ endif @@%}
|
||||
|
||||
[[ $(command -v zoxide) ]] && eval "$(zoxide init zsh)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue