OS_TYPE doesn't actually exist. Its OSTYPE.

This commit is contained in:
James Patrick 2019-12-12 21:46:16 -05:00
parent 35728131ee
commit dcc4c8cb69
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# ls shortcuts.
if [[ $OS_TYPE = darwin* ]] ; then
if [[ $OSTYPE = darwin* ]] ; then
color_flag="-G"
else
color_flag="--color"