Needed during transition dolly.vellum.cz->paulina.vellum.cz
[nethome.git] / .bashrc
1 if [ -f /etc/bashrc ];then source /etc/bashrc;fi
2         
3 alias ls='ls -bF'
4 alias l='ls -lbF'
5 alias maple="ssh1 -t -v vega.fjfi.cvut.cz maple"
6 #alias cc='cc -I/home/short/include'
7 alias vi='vim'
8
9 weberr="/var/log/httpd/error/klokan.error_log"
10 if [ -f "$weberr" ];then alias weberr='tail "$weberr"';fi
11 weblog="/var/log/httpd/klokan.access_log"
12 if [ -f "$weblog" ];then alias weblog='tail -n 20000 "$weblog"|grep "\\(~\\|%7[eE]\\)short"';fi
13
14 export CVSROOT=/home/short/pserver/cvs
15 if [ '!' -d $CVSROOT ];then unset CVSROOT;fi
16
17 ulimit -c 0