Alias cat to bat if installed and use gruvbox theme

This commit is contained in:
2025-06-03 02:55:16 +02:00
parent bcce589cc1
commit c33133f7c9

View File

@@ -55,6 +55,11 @@ export EDITOR=nvim
alias cl="clear"
if hash bat 2>/dev/null; then
export BAT_THEME="gruvbox-dark"
alias cat=bat
fi
if hash devcontainer 2>/dev/null; then
dc() {
ORIG_DIR="$PWD"