diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2024-04-09 22:33:12 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2024-04-09 22:33:12 +0200 |
| commit | fb6a07c00ceff707c8c48a6c6e7c1b5186eef3b8 (patch) | |
| tree | bd3bdb60683f45ffbdcba4410924d2f0a6ce697f /bashrc | |
| parent | 204b6dc99cd0fa919ff8347819261ca86e487821 (diff) | |
bashrc: exa is now eza
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
