Commit 3a6b0f2e authored by Dylan Garrett's avatar Dylan Garrett

Use ping's timeout param for OSX compat

parent 80164548
......@@ -8,7 +8,7 @@ end
# enable the complation by invoking `gi list`
if not set -q -g gi_list
timeout 2 ping -c 1 -q gitignore.io >/dev/null
ping -t 2 -c 1 -q gitignore.io >/dev/null
set gi_available $status
if test $gi_available
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment