Click to See Complete Forum and Search --> : alias


bobby swartz
07-28-2001, 05:48 AM
im trying to set up the alias command, it works fine and dandy until i log out, then when i log back in and try it , it doesnt work. any suggestions on how i can make it stay?

slapNUT
07-28-2001, 06:26 AM
Just put it in ~/.bashrc like so
alias path='echo $PATH'
Thats just one I like to pass around :)