changeset 309:592605e4d3bb

Use SI whenever possible. Use 1KiB instead otherwise.
author Edho Arief <edho@myconan.net>
date Wed, 29 Feb 2012 17:48:05 +0000
parents 59543eaa818f
children 4b7b95cb6e09 72c299437fde 30ccb356a94a
files rc/bash
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rc/bash	Mon Feb 20 13:15:35 2012 +0000
+++ b/rc/bash	Wed Feb 29 17:48:05 2012 +0000
@@ -27,6 +27,8 @@
 export CLICOLOR=
 export LSCOLORS=ExGxFxdxCxegedabagExEx
 export LS_COLORS=
+export BLOCKSIZE=1K
+export BLOCK_SIZE=si
 
 alias ls="ls -F"
 alias rm="rm -i"
@@ -179,4 +181,3 @@
 rm -If "/tmp/.nonexistent.$(date '+%Y%m%d%H%M%S')" 2> /dev/null && alias rm="rm -I"
 
 [ -f "${HOME}/.ecos_bash.after" ] && . "${HOME}/.ecos_bash.after"
-