1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2026-05-08 08:29:31 +00:00

Add Linux as as requirement

This commit is contained in:
Quang-Linh LE
2014-12-10 08:54:54 +01:00
committed by Sorin Ionescu
parent f7ea78078f
commit 159418835f
+1 -1
View File
@@ -6,7 +6,7 @@
# #
# Return if requirements are not found. # Return if requirements are not found.
if [[ "$OSTYPE" != darwin* ]]; then if [[ "$OSTYPE" != (darwin|linux)* ]]; then
return 1 return 1
fi fi