added zsh search and updated some stuff

This commit is contained in:
2026-04-05 09:38:25 +01:00
parent ec973bb7d1
commit b7f4e4349c
2 changed files with 4 additions and 1 deletions

3
.zshrc
View File

@@ -8,6 +8,9 @@ zstyle ':completion:*' matcher-list 'm:{[:lower:]}={[:upper:]}' 'r:|[._-]=* r:|=
# init oh my posh with theme from stow
eval "$(oh-my-posh init zsh --config $HOME/.config/oh-my-posh/zen.toml)"
# Fzf history search
source <(fzf --zsh)
# custom aliases
alias ls="lsd -l"
alias cat="bat"