# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin LC_ALL=ko_KR.utf-8 LANG=ko_KR.utf-8 export PATH LANG LC_ALL unset USERNAME PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] ' if [ ${HOSTNAME:0:5} == "linux" ];then alias ls='ls --color=auto' alias grep='grep --colour=auto' else export LD_LIBRARY_PATH=/usr/local/lib fi