Add zoxide
parent
6abae7cb8f
commit
6c50581b2a
2
.aliases
2
.aliases
|
@ -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'
|
||||
|
|
|
@ -128,4 +128,5 @@ xsel
|
|||
yay-bin
|
||||
zenity
|
||||
zip
|
||||
zoxide
|
||||
zsh
|
||||
|
|
3
.zshrc
3
.zshrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue