summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2024-04-09 22:33:12 +0200
committerReiner Herrmann <reiner@reiner-h.de>2024-04-09 22:33:12 +0200
commitfb6a07c00ceff707c8c48a6c6e7c1b5186eef3b8 (patch)
treebd3bdb60683f45ffbdcba4410924d2f0a6ce697f
parent204b6dc99cd0fa919ff8347819261ca86e487821 (diff)
bashrc: exa is now eza
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 00f3353..74a0c89 100644
--- a/bashrc
+++ b/bashrc
@@ -36,7 +36,7 @@ alias egrep='egrep --color=auto'
alias rgrep='rgrep --color=auto'
alias vimwiki="vim -c VimwikiIndex"
-[ -x /usr/bin/exa ] && alias ls='exa'
+[ -x /usr/bin/eza ] && alias ls='eza'
[ -x /usr/bin/batcat ] && alias cat='batcat'
case "$TERM" in