Create a ~/.bash_aliases file and put all your cute little aliases in there to use these as your own user, add the following into your local ~/.bashrc file:if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fito use these as root, add the following into your /root/.bashrc file:if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliasesRead more: Ruby Newbie
. ~/.bash_aliases
fito use these as root, add the following into your /root/.bashrc file:if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliasesRead more: Ruby Newbie
0 comments:
Post a Comment