FreeBSD compat

This commit is contained in:
Rodolphe Breard 2013-04-24 16:43:50 +02:00
parent c751ccbef7
commit 52d74216a7
2 changed files with 8 additions and 2 deletions

View file

@ -23,7 +23,9 @@ if [ -d "$HOME/.gem/ruby/2.0.0/bin" ]; then
fi
# Colors
eval $(dircolors -b)
if [ "$OSTYPE" != "FreeBSD" ]; then
eval $(dircolors -b)
fi
# append to the history file, don't overwrite it
shopt -s histappend