I've found a few posts on command line aliases in Windows but most of them relate to aliasing long cd commands/paths that are frequently used and I can't make them work for my needs.
In my case, I flip back and forth between Windows and MacOS on a semi-frequently basis when I use command prompts. Since I'm back and forth between the two, habitually I'll enter ls or dir in one or the other and get an obvious error.
Specific to this question, what I'd like to do is map some type of alias of "ls" to "dir", so that if I accidentally enter "ls", I get the same functionality as the "dir" command. I don't need any complex parameter mapping, just a simple alias for ls to dir.
If there is a solution that works for cmd, I'd appreciate the guidance.