~ userhat /.bashrc

export LC_ALL="en_US.UTF-8"
# if you need to create the en_US.UTF8 locale, do this as root:
# localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
# make sure no other progs are running if you dare to do so because it
# uses more memory than openoffice...
export LESSCHARSET=utf-8
export EDITOR=vim
alias ll="ls -al --color"
alias wunder="telnet rainmaker.wunderground.com 3000"
alias lsa="ls --color=yes"
alias mpg321="mpg321 -v"
alias nautilus="nautilus --no-desktop"
alias aterm="aterm -fg white -tr"
alias ntp="sudo /usr/sbin/ntpdate time-a.nist.gov"
#export PS1='\u[\W]\$ '
export PAGER="most"
export PATH=/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin:/usr/bin/games:/usr/game
s
source /home/understar/.bash_style_rc
if [ `id -un` = root ]; then
        PS1='\[\033[1;31m\]\h:\w\$\[\033[0m\] '
else
        PS1='\[\033[1;32m\]\h:\w\$\[\033[0m\] '
fi
  
Your Ad Here