OS_TYPE doesn't actually exist. Its OSTYPE.
This commit is contained in:
parent
35728131ee
commit
dcc4c8cb69
|
@ -1,5 +1,5 @@
|
|||
# ls shortcuts.
|
||||
if [[ $OS_TYPE = darwin* ]] ; then
|
||||
if [[ $OSTYPE = darwin* ]] ; then
|
||||
color_flag="-G"
|
||||
else
|
||||
color_flag="--color"
|
||||
|
|
Loading…
Reference in New Issue
Block a user