Add BLOCKSIZE

This commit is contained in:
Gea-Suan Lin
2011-11-19 04:35:22 +08:00
parent 427a95c8e7
commit ba9ae4edf1

View File

@@ -27,6 +27,7 @@ alias t="telnet"
[[ -s "/etc/bash_completion" ]] && source "/etc/bash_completion"
[[ -s "/usr/local/etc/bash_completion" ]] && source "/usr/local/etc/bash_completion"
#
export BLOCKSIZE="k"
export EDITOR="vim"
export GIT_PAGER="less"
export LESS="-EfmrSwX"