Add zoxide

master
Quentin Duchemin 2024-07-03 21:58:17 +02:00
parent 6abae7cb8f
commit 6c50581b2a
3 changed files with 6 additions and 0 deletions

View File

@ -9,3 +9,5 @@ alias cp='cpv'
alias vim='nvim'
alias ls='eza'
alias cat='bat'
# zsh function, not binary, cf zoxide
alias cd='z'

View File

@ -128,4 +128,5 @@ xsel
yay-bin
zenity
zip
zoxide
zsh

3
.zshrc
View File

@ -58,6 +58,9 @@ source $ZSH/oh-my-zsh.sh
# Use Quick Term prompt theme made for Oh My Posh, in zsh
eval "$(oh-my-posh init zsh --config ~/.config/theme/quick-term.omp.json)"
# Completions for zoxide
eval "$(zoxide init zsh)"
# And use Catppuccin Macchiato theme for ZSH fast hightlight plugin (LOCAL means searching in /usr/local/share/fsh)
fast-theme LOCAL:catppuccin-macchiato >/dev/null