Remove .bashrc.alias, because we have .bashrc.local now

This commit is contained in:
Gea-Suan Lin
2011-11-20 07:34:18 +08:00
parent 10170f1b7b
commit 6247b69da0

View File

@@ -23,8 +23,6 @@ alias s="screen"
alias ssh="ssh -4 -C -e none -v" alias ssh="ssh -4 -C -e none -v"
alias t="telnet" alias t="telnet"
# #
[[ -s "$HOME/.bashrc.alias" ]] && source "$HOME/.bashrc.alias"
#
export BLOCKSIZE="k" export BLOCKSIZE="k"
export EDITOR="vim" export EDITOR="vim"
export GIT_PAGER="less" export GIT_PAGER="less"