===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
zsh-antigen-2.2.3/CHANGELOG.md-199-- [#309] Use `git` shallow cloning to speed up bundle install
zsh-antigen-2.2.3/CHANGELOG.md:200:- [#299, #261] Handles `$PATH`
zsh-antigen-2.2.3/CHANGELOG.md-201-- [#415] Added link to multiple OS install methods
##############################################
zsh-antigen-2.2.3/CHANGELOG.md-363-
zsh-antigen-2.2.3/CHANGELOG.md:364:Antigen previously didn't created `$ADOTDIR` explicitly, now it does so on start up.
zsh-antigen-2.2.3/CHANGELOG.md:365:This directory defaults to `$HOME/.antigen` and it's used to store logs, repositories
zsh-antigen-2.2.3/CHANGELOG.md-366-and cache files.
##############################################
zsh-antigen-2.2.3/CHANGELOG.md-438-
zsh-antigen-2.2.3/CHANGELOG.md:439:Default cache and bundles path is now `$ADOTDIR/.cache` and `$ADOTDIR/repos`
zsh-antigen-2.2.3/CHANGELOG.md:440:(it was `$_ANTIGEN_INSTALL_DIR/.cache` and `$_ANTIGEN_INSTALL_DIR/repos`).
zsh-antigen-2.2.3/CHANGELOG.md-441-
##############################################
zsh-antigen-2.2.3/bin/antigen.zsh-422-}
zsh-antigen-2.2.3/bin/antigen.zsh:423:# Helper function: Same as `$1=$2`, but will only happen if the name
zsh-antigen-2.2.3/bin/antigen.zsh:424:# specified by `$1` is not already set.
zsh-antigen-2.2.3/bin/antigen.zsh-425--antigen-set-default () {
##############################################
zsh-antigen-2.2.3/bin/antigen.zsh-561-  
zsh-antigen-2.2.3/bin/antigen.zsh:562:  # Using a for rather than `source $list` as we need to check for zsh-themes
zsh-antigen-2.2.3/bin/antigen.zsh-563-  # In order to create antigen-compat file. This is only needed for interactive-mode
##############################################
zsh-antigen-2.2.3/src/lib/env-setup.zsh:1:# Helper function: Same as `$1=$2`, but will only happen if the name
zsh-antigen-2.2.3/src/lib/env-setup.zsh:2:# specified by `$1` is not already set.
zsh-antigen-2.2.3/src/lib/env-setup.zsh-3--antigen-set-default () {
##############################################
zsh-antigen-2.2.3/src/lib/load.zsh-76-  
zsh-antigen-2.2.3/src/lib/load.zsh:77:  # Using a for rather than `source $list` as we need to check for zsh-themes
zsh-antigen-2.2.3/src/lib/load.zsh-78-  # In order to create antigen-compat file. This is only needed for interactive-mode