diff --git a/zsh/.zshrc b/zsh/.zshrc index 1c6de06..2fb1f4a 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -123,6 +123,10 @@ fi eval $(thefuck --alias) +if command -v pazi &>/dev/null; then + eval "$(pazi init zsh)" # or 'bash' +fi +alias zf='z --pipe="fzf"' # Command time function preexec() {