diff --git a/.guix/rekahsoft/guix-config/home.scm b/.guix/rekahsoft/guix-config/home.scm index f4c1346..5bbe107 100644 --- a/.guix/rekahsoft/guix-config/home.scm +++ b/.guix/rekahsoft/guix-config/home.scm @@ -240,7 +240,7 @@ single certifcate used for local development with caddy.") spaceship-prompt)) (specifications->manifest '("bat" - "exa" + "eza" "fd" "ripgrep" "sh-z" diff --git a/user-config/zsh/.zshrc b/user-config/zsh/.zshrc index 87af022..45d15b2 100644 --- a/user-config/zsh/.zshrc +++ b/user-config/zsh/.zshrc @@ -111,16 +111,16 @@ compdef f='find' alias b='bat' # #compdef b='bat' # No completions for bat installed/available -alias x='exa' -alias xs='exa' -alias xl='exa -l' -alias xla='exa -la' +alias x='eza' +alias xs='eza' +alias xl='eza -l' +alias xla='eza -la' alias xx='x -alT --git' -compdef x='exa' -compdef xs='exa' -compdef xl='exa' -compdef xla='exa' -compdef xx='exa' +compdef x='eza' +compdef xs='eza' +compdef xl='eza' +compdef xla='eza' +compdef xx='eza' alias av='aws-vault' alias avl='aws-vault login ${AWS_PROFILE:-default}'