diff options
| -rw-r--r-- | bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' alias rgrep='rgrep --color=auto' +[ -x /usr/bin/exa ] && alias ls='exa' +[ -x /usr/bin/batcat ] && alias cat='batcat' case "$TERM" in xterm*|rxvt*) |
