$ type -a short_command
short_command is aliased to `some_long_and_obnoxious_command_that_I_never_want_to_type'
Why does Bash (and perhaps every other shell) frequently—as above—use a backtick character in place of an opening quotation mark? And is there any way to change this?
Zsh doesn't do it in that context and I'm not sure if Zsh itself does this anywhere or not, but if Zsh ever does it then I'd also be interested in controlling it there.