diff --git a/antigen.zsh b/antigen.zsh index ed9c248..1f19ef6 100644 --- a/antigen.zsh +++ b/antigen.zsh @@ -225,7 +225,8 @@ bundle-list () { fi } -# Does what it says. +# Echo the bundle specs as in the record. The first line is not echoed since it +# is a blank line. -bundle-echo-record () { echo "$_ANTIGEN_BUNDLE_RECORD" | sed -n '1!p' }