# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs stty erase '^H' stty -istrip PATH=/usr/bin:/usr/ucb:/usr/local/bin:/usr/ccs/bin:/usr/dt/bin:/usr/openwin/bin:/etc:/usr/local/bin/sparcv9:. PATH=$PATH:/usr/local/ssl/bin export PATH unset USERNAME set -o vi export PS1="`uname -n`:yeoin@\$PWD> " umask 022 export LANG=ko tty -s && stty -istrip -parenb cs8 ##### ALIAS SETTING ##### alias ls='ls -F' alias ll='ls -al' alias whome='cd $WEBTOBDIR' alias wbin='cd $WEBTOBDIR/bin' alias wcfg='cd $WEBTOBDIR/config' alias wlog='cd $WEBTOBDIR/log' alias ll='ls -lt | grep ^d; ls -lt | grep -v ^d | more' # New environment setting added by WebtoB Full Solaris on Sat Aug 23 13:30:04 KST 2008 1. # The unmodified version of this file is saved in /usr/home/jeus5/.profile615208811. # Do NOT modify these lines; they are used to uninstall. WEBTOBDIR=/home1/webtob export WEBTOBDIR # End comments by InstallAnywhere on Sat Aug 23 13:30:04 KST 2008 1. # New environment setting added by WebtoB Full Solaris on Sat Aug 23 13:30:04 KST 2008 2. # The unmodified version of this file is saved in /usr/home/jeus5/.profile615208811. # Do NOT modify these lines; they are used to uninstall. PATH="${WEBTOBDIR}/bin:${PATH}" export PATH # End comments by InstallAnywhere on Sat Aug 23 13:30:04 KST 2008 2. # New environment setting added by WebtoB Full Solaris on Sat Aug 23 13:30:04 KST 2008 3. # The unmodified version of this file is saved in /usr/home/jeus5/.profile615208811. # Do NOT modify these lines; they are used to uninstall. LD_LIBRARY_PATH="${WEBTOBDIR}/lib:${LD_LIBRARY_PATH}" export LD_LIBRARY_PATH # End comments by InstallAnywhere on Sat Aug 23 13:30:04 KST 2008 3.