comparison rc/bash @ 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 dd2ddddf00d5 30ccb356a94a
comparison
equal deleted inserted replaced
308:59543eaa818f 309:592605e4d3bb
25 export EDITOR=vi 25 export EDITOR=vi
26 export LANG="en_US.UTF-8" 26 export LANG="en_US.UTF-8"
27 export CLICOLOR= 27 export CLICOLOR=
28 export LSCOLORS=ExGxFxdxCxegedabagExEx 28 export LSCOLORS=ExGxFxdxCxegedabagExEx
29 export LS_COLORS= 29 export LS_COLORS=
30 export BLOCKSIZE=1K
31 export BLOCK_SIZE=si
30 32
31 alias ls="ls -F" 33 alias ls="ls -F"
32 alias rm="rm -i" 34 alias rm="rm -i"
33 alias rd="rdesktop -g 1280x600 -K -a 15 -x m -z -P -r sound:off -r clipboard:CLIPBOARD -5" 35 alias rd="rdesktop -g 1280x600 -K -a 15 -x m -z -P -r sound:off -r clipboard:CLIPBOARD -5"
34 36
177 fi 179 fi
178 180
179 rm -If "/tmp/.nonexistent.$(date '+%Y%m%d%H%M%S')" 2> /dev/null && alias rm="rm -I" 181 rm -If "/tmp/.nonexistent.$(date '+%Y%m%d%H%M%S')" 2> /dev/null && alias rm="rm -I"
180 182
181 [ -f "${HOME}/.ecos_bash.after" ] && . "${HOME}/.ecos_bash.after" 183 [ -f "${HOME}/.ecos_bash.after" ] && . "${HOME}/.ecos_bash.after"
182