alias ls='ls -bF' alias l='ls -lbF' alias maple="ssh1 -t -v vega.fjfi.cvut.cz maple" #alias cc='cc -I/home/short/include' 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