diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 9e966f3..d9f1519 100755 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -21,6 +21,9 @@ plug "zdharma-continuum/fast-syntax-highlighting" plug "zsh-users/zsh-history-substring-search" plug "MichaelAquilina/zsh-you-should-use" +# Startup zoxide +eval "$(zoxide init zsh)" + # Substring search settings export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND="bg=blue,fg=black,bold" export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=black,bold'