FreeBSD compat
This commit is contained in:
parent
c751ccbef7
commit
52d74216a7
2 changed files with 8 additions and 2 deletions
4
.bashrc
4
.bashrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue