Setup zoxide, fuck regular cd

This commit is contained in:
CronyAkatsuki 2023-10-22 11:33:38 +02:00
parent f161c7c3e9
commit 03d2a54bc9

View File

@ -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'