Update zsh dotfiles

This commit is contained in:
Santiago Lo Coco 2025-01-05 19:23:49 +01:00
parent 7cf33ae322
commit 8bcc87539a
Signed by: slococo
GPG Key ID: F995EFC8B68B1ADF
2 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ bindkey "^[[B" history-beginning-search-forward-end
function zle-line-finish () { echoti rmkx } function zle-line-finish () { echoti rmkx }
zle -N zle-line-finish zle -N zle-line-finish
source "$ZDOTDIR"/.zshrc_aliases source "$ZDOTDIR"/.aliases
[[ ! -f ${ZDOTDIR:-~}/.p10k.zsh ]] || source ${ZDOTDIR:-~}/.p10k.zsh [[ ! -f ${ZDOTDIR:-~}/.p10k.zsh ]] || source ${ZDOTDIR:-~}/.p10k.zsh