Commit 23ddf43369f6675007a24284292b5f366326e616
1 parent
253ad3e900
Code formatting.
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
antigen.zsh
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | # <repo-url>, <plugin-location>, <bundle-type>, <has-local-clone> |
| 6 | 6 | # FIXME: Is not kept local by zsh! |
| 7 | 7 | local _ANTIGEN_BUNDLE_RECORD="" |
| 8 | -local _ANTIGEN_INSTALL_DIR="$( cd "$( dirname "$0" )" && pwd )" | |
| 8 | +local _ANTIGEN_INSTALL_DIR="$(cd "$(dirname "$0")" && pwd)" | |
| 9 | 9 | |
| 10 | 10 | # Used to defer compinit/compdef |
| 11 | 11 | typeset -a __deferred_compdefs |