From 389938b190c3f28af2da0a38a88ffc088501d3a7 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Sat, 12 Oct 2013 13:59:40 +0530 Subject: [PATCH] 256 colors in my terminal --- .bashrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 4affc6a..d179bb2 100644 --- a/.bashrc +++ b/.bashrc @@ -37,7 +37,7 @@ if [[ -x /usr/bin/dircolors ]]; then alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' fi - +export TERM=xterm-256color # some more ls aliases alias ll='ls -alF' alias la='ls -A' @@ -280,4 +280,10 @@ export PATH="/usr/local/heroku/bin:$PATH" eval `keychain --eval --agents ssh id_rsa` #SCM Breeze + [ -s "/home/nemo/.scm_breeze/scm_breeze.sh" ] && source "/home/nemo/.scm_breeze/scm_breeze.sh" + +#UTF-8 Alias +export LC_ALL=en_US.UTF-8 + +PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting