Alias cat to bat if installed and use gruvbox theme

This commit is contained in:
Dreaded_X 2025-06-03 02:55:16 +02:00
parent bcce589cc1
commit c33133f7c9
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

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"