summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 292c288..1865a78 100644
--- a/bashrc
+++ b/bashrc
@@ -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*)