1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-26 10:28:34 +02:00

Fixed typo

This commit is contained in:
bretello 2017-07-17 02:03:37 +02:00
parent 46177a425c
commit aacccf60a9

View File

@ -8,7 +8,7 @@ uname=$(uname -a)
if [[ $uname == *"Darwin"* ]]; then if [[ $uname == *"Darwin"* ]]; then
if [[ $(which brew) ]]; then if [[ $(which brew) ]]; then
os_extra=(osx brew) os_extra=(osx brew)
elif [[ $(which port)]]; then elif [[ $(which port) ]]; then
os_extra=(osx macports) os_extra=(osx macports)
else else
os_extra=(osx) os_extra=(osx)