# /etc/bashrc alias ls='ls -aBh --color=always' alias web='firefox &' alias xterm='xterm &' alias terminal='gnome-terminal &' alias explorer='nautilus --no-desktop --browser &' alias cdpdb='cd /home/aflitos/Desktop/pdb' alias cdproject='cd /var/project' alias nicelo='ps ax |grep aadihed|grep -v grep|awk "{print $1;}"|xargs -I [] renice 0 -p []' alias nicehi='ps ax |grep aadihed|grep -v grep|awk "{print $1;}"|xargs -I [] renice -7 -p []'