From 6247b69da0d1871059c33a28eb01047ad8f57434 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 20 Nov 2011 07:34:18 +0800 Subject: [PATCH] Remove .bashrc.alias, because we have .bashrc.local now --- .bashrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bashrc b/.bashrc index fee462b..9f1890b 100644 --- a/.bashrc +++ b/.bashrc @@ -23,8 +23,6 @@ alias s="screen" alias ssh="ssh -4 -C -e none -v" alias t="telnet" # -[[ -s "$HOME/.bashrc.alias" ]] && source "$HOME/.bashrc.alias" -# export BLOCKSIZE="k" export EDITOR="vim" export GIT_PAGER="less"