if [ -f /etc/bashrc ];then source /etc/bashrc;fi alias ls='ls -bF' alias l='ls -lbF' alias maple="ssh -t vega.fjfi.cvut.cz maple" #alias cc='cc -I/home/short/include' alias vi='vim' weberr="/var/log/httpd/error/klokan.error_log" if [ -f "$weberr" ];then alias weberr='tail "$weberr"';fi weblog="/var/log/httpd/klokan.access_log" if [ -f "$weblog" ];then alias weblog='tail -n 20000 "$weblog"|grep "\\(~\\|%7[eE]\\)short"';fi export CVSROOT=/home/short/pserver/cvs if [ '!' -d $CVSROOT ];then unset CVSROOT;fi ulimit -c 0