From ba9ae4edf15a5fd4b3e63db9e317bdc1c5e86093 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 19 Nov 2011 04:35:22 +0800 Subject: [PATCH] Add BLOCKSIZE --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 3740058..b1879c9 100644 --- a/.bashrc +++ b/.bashrc @@ -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"