+alias L='lynx'
[nethome.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index f1fabc0..2a5b6cc 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -42,6 +42,7 @@ alias maple="ssh -t vega.fjfi.cvut.cz maple"
 #alias cc='cc -I/home/short/include'
 alias vi='vim'
 alias grepb='grep --binary-files=binary'
+alias L='lynx'
 
 weberr="/var/log/httpd/error/klokan.error_log"
 if [ -f "$weberr" ];then alias weberr='tail "$weberr"';fi