I have an alias 
pwd
How can I create another alias that is a synonym for it?
For example I have
alias cd1='cd ~/dir1'
I want a second alias 
cd01 that points to the same place but I don't want to also have:
alias cd01='cd ~/dir1'
in case 
/dir1 changes