To create aliases in Debian do the following.
Be sure you are in your home directory.
nano .bashrc
add the following line at the end of .bashrc
alias shortcutname = [commandgoes here]
or create a .bash_aliases file and add all your aliases to that.