ChrisTitusTech / mybash

My Bash profile - Highly customized Starship Theme - Just imagine Powerlevel10k and Nord Theme had a baby.
312 stars 162 forks source link

Batcat not available on DNF or yum for Fedora users (easy to fix) #28

Closed TNTRedstone closed 7 months ago

TNTRedstone commented 8 months ago

Inside of the .bashrc it generates it aliases cat to batcat however on DNF and yum batcat is not available. For fixing this I would recommend a check to see if the user can use anything other than yum and DNF and if they can't then change the alias to simply bat. The other option is to use a git clone of some sorts to get it.