diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2024-04-14 17:20:57 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2024-04-14 17:20:57 +0200 |
| commit | 24e082960a0c2ca22513feb86ad5aa25623f413b (patch) | |
| tree | 7c17bc0d415344939254a73757f15fe119a5fadd /bashrc | |
| parent | 52223196279ad1c69071266cada5f9ca0ce7056d (diff) | |
bashrc: update eza flags
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/eza ] && alias ls='eza' +[ -x /usr/bin/eza ] && alias ls='eza --no-quotes --icons' [ -x /usr/bin/batcat ] && alias cat='batcat' case "$TERM" in |
