Saturday, January 31, 2009

bash aliases setup



echo 'alias "ls"="/bin/ls -G"' >> ~/.bash_profile
echo 'alias "ll"="/bin/ls -lG"' >> ~/.bash_profile

No comments: