From 854d4b159a0a0512dc24cbc840af467ac84085f8 Mon Sep 17 00:00:00 2001 From: Brian Mayo Date: Mon, 29 Jan 2024 23:19:47 +0000 Subject: [PATCH] replace exa with eza --- scripts/packages.sh | 2 +- stow/zsh/.zshenv | 2 +- stow/zsh/.zshrc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/packages.sh b/scripts/packages.sh index 4ca05d8f..2d1cb5fc 100644 --- a/scripts/packages.sh +++ b/scripts/packages.sh @@ -16,7 +16,7 @@ packages=( curl dasel # https://github.com/TomWright/dasel dust # https://github.com/bootandy/dust - exa # https://github.com/ogham/exa + eza # https://github.com/eza-community/eza fzf # https://github.com/junegunn/fzf fd # https://github.com/sharkdp/fd gettext diff --git a/stow/zsh/.zshenv b/stow/zsh/.zshenv index bc56e4a2..168f6789 100644 --- a/stow/zsh/.zshenv +++ b/stow/zsh/.zshenv @@ -216,7 +216,7 @@ alias dot="cd ~/.dotfiles && nvim" alias e="nvim" alias icat="wezterm imgcat" alias lt="dust -b -H -r -X '.git'" -alias tree="exa --tree --level=5 --icons --group-directories-first --color auto" +alias tree="eza --tree --level=5 --icons --group-directories-first --color auto" alias yw="yarn workspace" # Kubernetes diff --git a/stow/zsh/.zshrc b/stow/zsh/.zshrc index 144774b7..f529057d 100644 --- a/stow/zsh/.zshrc +++ b/stow/zsh/.zshrc @@ -102,8 +102,8 @@ bindkey '^[[3;3~' kill-word # zsh syntax highlighting clears and restores aliases after .zshenv is loaded # this keeps ls and ll aliased correctly -alias ls="exa --group-directories-first -G --color auto --icons -a -s type" -alias ll="exa --group-directories-first -l --color always --icons -a -s type" +alias ls="eza --group-directories-first -G --color auto --icons -a -s type" +alias ll="eza --group-directories-first -l --color always --icons -a -s type" # Golang export GOPATH="$HOME/go"