I like to use bash aliases to customize bash commands. Is there a way to override the bash alias settings, or should I rename the aliases to something different than the original command.
eg: my .bash_aliases includes
alias ls='ls -ltr'
If I want to only retrieve the file name, do I need to rename the alias to something other than 'ls'? Or is there another way?