diff rc/bash @ 311:dd2ddddf00d5

Merge.
author Edho Arief <edho@myconan.net>
date Wed, 07 Mar 2012 14:17:51 +0700
parents 108e05eb9b5c 592605e4d3bb
children 4f6a3bcbdec0
line wrap: on
line diff
--- a/rc/bash	Sun Dec 25 00:50:31 2011 +0700
+++ b/rc/bash	Wed Mar 07 14:17:51 2012 +0700
@@ -26,10 +26,13 @@
 export LANG="en_US.UTF-8"
 export CLICOLOR=
 export LSCOLORS=ExGxFxdxCxegedabagExEx
+export LS_COLORS=
+export BLOCKSIZE=1K
+export BLOCK_SIZE=si
 
 alias ls="ls -F"
 alias rm="rm -i"
-alias rd="rdesktop -g 1280x600 -K -a 16 -z -P -r sound:off -r clipboard:CLIPBOARD -5"
+alias rd="rdesktop -g 1280x600 -K -a 15 -x m -z -P -r sound:off -r clipboard:CLIPBOARD -5"
 
 _has_gnu_ls=
 _has_gnu_grep=
@@ -122,6 +125,10 @@
 for i in {"${HOME}/app","/opt"}/{tmux,ruby19,node,tarsnap,symon,nginx}/{bin,sbin}; do
   [ -d "${i}" ] && PATH="${i}:${PATH}"
 done
+# New(?) rubygems bin PATH
+for i in {"${HOME}/app","/opt"}/ruby19/lib/ruby/gems/1.9.1/bin; do
+  [ -d "${i}" ] && PATH="${i}:${PATH}"
+done
 
 # MySQL in common locations highest priority since new = better. Also no compatibility problem.
 # Cluster is superset of Enterprise/GPL so it gets highest priority.
@@ -174,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"
-