diff options
| author | Daniel Weipert <code@drogueronin.de> | 2023-09-07 17:44:53 +0200 |
|---|---|---|
| committer | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:52:23 +0100 |
| commit | de1fc0600d6b67fb920f737406a31a424df05da7 (patch) | |
| tree | 87c7f978fbe91ca56dd57dd295fb98529d67b825 | |
| parent | 2abb843752c7bbe8ea7ba03643da8b55ef084da3 (diff) | |
[zshrc] replace exa with eza
| -rw-r--r-- | .zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ export AUR_PAGER=$EDITOR alias vim=$EDITOR -alias ls="exa" -alias tree="exa --tree" +alias ls="eza" +alias tree="eza --tree" alias ip="ip --color=auto" |
