From 2810c8adda79cc5c754a1a39bd4d98cd1a1de157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sun, 4 Apr 2021 14:08:36 +0200 Subject: [PATCH] alias cat to bat --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 4cd1440..d37a95c 100755 --- a/.zshrc +++ b/.zshrc @@ -22,6 +22,7 @@ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/doc/pkgfile/command-not-found.zsh alias ls='exa -lh' +alias cat='bat' alias diff='diff --color=auto' alias grep='grep --color=auto' alias ip='ip -color=auto'