Los que lei sobre alias no me gustaron, asi que agrego el mio:
Code:
#!/bin/bash
#Scrip para Agregar alias personales
#Mariano Zunino, 6/9/09
#alguien845@hotmail.com
cls
echo "        SCRIPT PARA AGREGAR ALIAS"
echo - Desisntalar 
echo - Instalar     
echo - Reset GDM
echo - Reset RED
echo - Cls
echo - Go to Home
echo - Go to /
echo "- cd .."
echo - ADSL
echo "           .:Presionar Enter:."
echo "        .:Ctrl+c para cancelar:."
read -n1

echo alias desinstalar="'sudo apt-get remove'" >> ~/.bashrc && source ~/.bashrc
echo alias instalar="'sudo apt-get install'" >> ~/.bashrc && source ~/.bashrc
echo alias resetgdm="'/etc/init.d/gdm restart'" >> ~/.bashrc && source ~/.bashrc
echo alias resetred="'/etc/init.d/networking restart'" >> ~/.bashrc && source ~/.bashrc
echo alias cls="'clear'" >> ~/.bashrc && source ~/.bashrc
echo alias cd..="'cd ..'" >> ~/.bashrc && source ~/.bashrc
echo alias .h="'cd ~'" >> ~/.bashrc && source ~/.bashrc
echo alias .r="'cd /'" >> ~/.bashrc && source ~/.bashrc
echo alias ADSL="'sudo pon dsl-provider'" >> ~/.bashrc && source ~/.bashrc



echo LISTO
echo SALIENDO Y LIMPIANDO CONSOLA
echo
echo PRESIONE ENTER
read -n1
cls
No lo hice "simple"(o osea insertar el codigo de one y listo) porque se lo pase a varios amigos que son novatillos y servia mas que funcionara mas asi, "guiado"...