Fix command names on ubuntu

This commit is contained in:
2025-12-03 21:18:23 +01:00
parent 38f4c63336
commit bc9a95c215

View File

@@ -55,6 +55,14 @@ export EDITOR=nvim
alias cl="clear"
# Fix command names on ubuntu
if (( $+commands[batcat] )); then
alias bat=batcat
fi
if (( $+commands[fdfind] )); then
alias fd=fdfind
fi
if (( $+commands[bat] )); then
export BAT_THEME="gruvbox-dark"
alias cat=bat