Commit 85236bb7621b301b244f8e9a2d243095e04cdab9
1 parent
ff5f83bb8f
Removed shebang line and added meta comments. Fix #56.
Showing 1 changed file with 5 additions and 1 deletions Side-by-side Diff
antigen.zsh
1 | -#!/bin/zsh | |
1 | +# Antigen: A simple plugin manager for zsh | |
2 | +# Authors: Shrikant Sharat Kandula | |
3 | +# and Contributors <https://github.com/zsh-users/antigen/contributors> | |
4 | +# Homepage: http://antigen.sharats.me | |
5 | +# License: MIT License <mitl.sharats.me> | |
2 | 6 | |
3 | 7 | # Each line in this string has the following entries separated by a space |
4 | 8 | # character. |