In general, you usually define some aliases in ~/.bash_profile (for example, alias). Sometimes, when you are working on the command line, you may want to temporarily rely on only a specific alias behavior. In that case, you can use the unalias command to achieve what you want.

unalias
 <要暂时禁用的别名>