diff --git a/antigen.zsh b/antigen.zsh index dd47b7e..5d13ace 100644 --- a/antigen.zsh +++ b/antigen.zsh @@ -5,7 +5,7 @@ # , , , # FIXME: Is not kept local by zsh! local _ANTIGEN_BUNDLE_RECORD="" -local _ANTIGEN_INSTALL_DIR="$( cd "$( dirname "$0" )" && pwd )" +local _ANTIGEN_INSTALL_DIR="$(cd "$(dirname "$0")" && pwd)" # Used to defer compinit/compdef typeset -a __deferred_compdefs