Commit bc9d20c7a383a5e8ba6e2004aa9a0e6159ec5269
1 parent
e1bf049d88
Add comments.
Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff
antigen.zsh
... | ... | @@ -225,7 +225,8 @@ bundle-list () { |
225 | 225 | fi |
226 | 226 | } |
227 | 227 | |
228 | -# Does what it says. | |
228 | +# Echo the bundle specs as in the record. The first line is not echoed since it | |
229 | +# is a blank line. | |
229 | 230 | -bundle-echo-record () { |
230 | 231 | echo "$_ANTIGEN_BUNDLE_RECORD" | sed -n '1!p' |
231 | 232 | } |