mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-01-23 20:12:16 +08:00
Allow ssh module to run on OSX
This commit is contained in:
parent
6975b119b6
commit
658fffb3a6
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Return if requirements are not found.
|
# Return if requirements are not found.
|
||||||
if [[ "$OSTYPE" == darwin* ]] || (( ! $+commands[ssh-agent] )); then
|
if (( ! $+commands[ssh-agent] )); then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user