Needed during transition dolly.vellum.cz->paulina.vellum.cz
[nethome.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index cdc9a48..cadbafd 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -1,7 +1,10 @@
+if [ -f /etc/bashrc ];then source /etc/bashrc;fi
+       
 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'
+alias vi='vim'
 
 weberr="/var/log/httpd/error/klokan.error_log"
 if [ -f "$weberr" ];then alias weberr='tail "$weberr"';fi