Add zoxide
parent
6abae7cb8f
commit
6c50581b2a
2
.aliases
2
.aliases
|
@ -9,3 +9,5 @@ alias cp='cpv'
|
||||||
alias vim='nvim'
|
alias vim='nvim'
|
||||||
alias ls='eza'
|
alias ls='eza'
|
||||||
alias cat='bat'
|
alias cat='bat'
|
||||||
|
# zsh function, not binary, cf zoxide
|
||||||
|
alias cd='z'
|
||||||
|
|
|
@ -128,4 +128,5 @@ xsel
|
||||||
yay-bin
|
yay-bin
|
||||||
zenity
|
zenity
|
||||||
zip
|
zip
|
||||||
|
zoxide
|
||||||
zsh
|
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
|
# 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)"
|
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)
|
# 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
|
fast-theme LOCAL:catppuccin-macchiato >/dev/null
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue