DEV Community

Discussion on: My terminal became more Rusty 🦀

Collapse
 
harishav profile image
harishav

When i am trying to setup bat in my macos system, i have added the snippet you have provided in the .bash_profile file, i am getting below error whenever i open my terminal.

-bash: unalias: -m: invalid option
unalias: usage: unalias [-a] name [name ...]

Can someone help what's missing

Collapse
 
22mahmoud profile image
Mahmoud Ashraf

use -a instead of -m in the bash

Collapse
 
harishav profile image
harishav

Thanks for quick response, will give it a try.