[zsh] remove exa, replace with eza

This commit is contained in:
Julien Rabier 2023-10-24 20:28:27 +02:00
parent 0a7c0db277
commit 5301230aab
4 changed files with 40 additions and 51 deletions

View File

@ -17,11 +17,6 @@ if ! [ -x "$(command -v zsh)" ]; then
MISSING="${MISSING} zsh"
fi
if ! [ -x "$(command -v exa)" ]; then
echo "exa manque et doit être installé"
MISSING="${MISSING} exa"
fi
if ! [ -x "$(command -v fdfind)" ]; then
echo "fdfind manque et doit être installé"
MISSING="${MISSING} fd-find"

View File

@ -33,9 +33,6 @@ github = 'Aloxaf/fzf-tab'
[plugins.jq-zsh-plugin]
github = 'reegnz/jq-zsh-plugin'
[plugins.zsh-aliases-exa]
github = 'DarrinTisdale/zsh-aliases-exa'
[plugins.zsh-autopair]
github = 'hlissner/zsh-autopair'

View File

@ -14,8 +14,8 @@ alias zz='zcat $1 | most'
{{ if eq .chezmoi.hostname "taupo" -}}
alias cat="batcat"
alias lah='exa -lbhHigmuSa --time-style=long-iso --color-scale' # all list
alias lxh='exa -lbhHigmuSa@ --time-style=long-iso --color-scale' # all + extended list
alias lah='eza -lbhHigmuSa --time-style=long-iso --color-scale' # all list
alias lxh='eza -lbhHigmuSa@ --time-style=long-iso --color-scale' # all + extended list
alias dig="dog --time A NS MX TXT AAAA SOA $1"
alias ddig='/usr/bin/dig'
{{ else -}}

View File

@ -33,9 +33,6 @@ github = 'Aloxaf/fzf-tab'
[plugins.jq-zsh-plugin]
github = 'reegnz/jq-zsh-plugin'
[plugins.zsh-aliases-exa]
github = 'DarrinTisdale/zsh-aliases-exa'
[plugins.zsh-autopair]
github = 'hlissner/zsh-autopair'