An alias goes in ~/.bashrc, in the format
alias whatever='actual_command', for example
Code:
alias ls='ls -lh --color'
If you would prefer your windows partition mounted automatically on boot (thereby saving the bother of ever having to mount it manually, either using `mount` or an aliased command) then you need to edit the file /etc/fstab as I suggested above.
Have a look at the file and its syntax by doing `less /etc/fstab` and read the results of `man fstab`. Between them you should be able to work out the details of the line you need to add.