Commit 253ad3e900e75135d86738ad2788d83fa768fa41
Merge jmatth's fix for using relative path to `antigen.zsh`.
Showing 1 changed file 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="$(dirname $0)" | |
| 8 | +local _ANTIGEN_INSTALL_DIR="$( cd "$( dirname "$0" )" && pwd )" | |
| 9 | 9 | |
| 10 | 10 | # Syntaxes |
| 11 | 11 | # antigen-bundle <url> [<loc>=/] |