From 32d04ab990e06d371dcced583c6ef3aed63b089a Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 4 Nov 2019 21:38:25 +0000 Subject: [PATCH] Replace fasd with pazi --- files/zshrc/applications.sh | 2 +- tasks/shell.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'