support for different freebsd versions
This commit is contained in:
parent
88cdbed5db
commit
56d05f5c2a
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
alias sudo='sudo '
|
||||
|
||||
if [ "$OSTYPE" == "FreeBSD" ]; then
|
||||
if [ "$OS_TYPE" == "freebsd" ]; then
|
||||
alias ls='ls -G'
|
||||
else
|
||||
alias ls='ls --color=auto'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue