# HG changeset patch # User Edho Arief # Date 1330537685 0 # Node ID 592605e4d3bbb4730de365d6fef0af8560ce47ac # Parent 59543eaa818f16b2593aea2feac6ad86215519c6 Use SI whenever possible. Use 1KiB instead otherwise. diff -r 59543eaa818f -r 592605e4d3bb rc/bash --- 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" -