diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 654ee3d..c717f62 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -116,4 +116,7 @@ if (( ${+terminfo[smkx]} && ${+terminfo[rmkx]} )); then add-zle-hook-widget -Uz zle-line-finish zle_application_mode_stop fi + +eval "$(zoxide init zsh)" + source $ZSH/oh-my-zsh.sh