1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 20:59:26 +00:00

[#245] Convert helper into a module

This commit is contained in:
Sorin Ionescu
2012-09-08 18:47:57 -04:00
parent 737d0e51ee
commit e5e26eccff
6 changed files with 112 additions and 97 deletions

View File

@ -11,6 +11,9 @@
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Load dependencies.
pmodload 'helper'
# Return if requirements are not found.
if (( ! $+commands[ssh-agent] )); then
return 1