Fix command names on ubuntu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user