Browse Source

Allow ssh module to run on OSX

master
Kaleb Elwert 7 years ago
parent
commit
658fffb3a6
  1. 2
      modules/ssh/init.zsh

2
modules/ssh/init.zsh

@ -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…
Cancel
Save