+alias L='lynx'
authorshort <>
Thu, 14 Feb 2002 16:53:34 +0000 (16:53 +0000)
committershort <>
Thu, 14 Feb 2002 16:53:34 +0000 (16:53 +0000)
.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