From 8fe4c4fb2705f792bb25a347ecdccc7cc22369e2 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Thu, 7 Sep 2023 13:29:54 +0200 Subject: [PATCH] zsh: exa -> eza --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 39d52df..570c168 100644 --- a/.zshrc +++ b/.zshrc @@ -123,7 +123,7 @@ alias e='tmux-edit-helper' alias dotgit='git --work-tree $HOME --git-dir $HOME/.dot_git' alias git='git-branchless wrap --' alias l='bat --wrap=never --pager="less -S"' -alias ls=exa +alias ls=eza alias tail='tail -n $LINES' alias timestamp='TZ=Z date "+%Y%m%dT%H%M%SZ"' alias top='btm --basic --enable_cache_memory --enable_gpu_memory --battery' @@ -137,7 +137,7 @@ export RIPGREP_CONFIG_PATH=${HOME}/.config/shelman-theme/current/rg/rg.conf tree() { - exa --tree --color=always "$@" | bat --wrap=never + eza --tree --color=always "$@" | bat --wrap=never } # "auto paging"