Merge branch 'linux'

* linux:
  custom linux changes.
This commit is contained in:
Carlos Cardoso 2013-11-15 13:10:41 -02:00
commit fe2304ca54

View file

@ -42,6 +42,7 @@ if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi
if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
if [ -e $HOME/.cabal/bin ]; then export PATH="$HOME/.cabal/bin:$PATH"; fi
unsetopt correctall unsetopt correctall
[ "$TERM" = "xterm" ] && TERM="xterm-256color" [ "$TERM" = "xterm" ] && TERM="xterm-256color"