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