I've been using #fish_shell more recently, and I really think that fish's abbreviations mechanism is far better than aliases in bash/zsh/others.
https://fishshell.com/docs/current/cmds/abbr.html
Instead of replacing a command with another, you get autocompletion at the command line. This makes copying commands between users or machines way less brittle! You get all the user experience benefits of typing less without creating confusion about what you're actually running.
Kudos to the team behind that decision


DevelopersIO