I\'m on OSX and I need to put something like this, alias blah=\"/usr/bin/blah\" in a config file but I don\'t know where the config file is.
alias blah=\"/usr/bin/blah\"
cd /etc sudo vi bashrc
Add the following like:
alias ll="ls -lrt"
Finally restart Terminal.