diff --git a/files/zshrc/applications.sh b/files/zshrc/applications.sh index 673d619..27159bf 100644 --- a/files/zshrc/applications.sh +++ b/files/zshrc/applications.sh @@ -1,5 +1,5 @@ eval $(thefuck --alias) -eval "$(fasd --init auto)" +eval "$(pazi init zsh)" # git aliases alias gs="git status" diff --git a/tasks/shell.yml b/tasks/shell.yml index e2b8569..0cbae81 100644 --- a/tasks/shell.yml +++ b/tasks/shell.yml @@ -14,7 +14,6 @@ - 'catimg' - 'climate' - 'exa' - - 'fasd' - 'fd' - 'fpp' - 'htop' @@ -22,6 +21,7 @@ - 'jq' - 'nnn' - 'oh-my-zsh-git' + - 'pazi' - 'perl-file-mimeinfo' - 'pigz' - 'playerctl'