From ecd13b7543c650280dedda202ca4dbd5955def73 Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 14 Feb 2002 16:53:34 +0000 Subject: [PATCH 1/1] +alias L='lynx' --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index f1fabc0..2a5b6cc 100644 --- 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 -- 1.8.3.1