diff options
| author | nicoulaj <julien.nicoulaud@gmail.com> | 2017-07-18 19:59:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-18 19:59:06 +0200 |
| commit | 2a30b05a5cf724a2d1c4c140c302dbf93f6aa6f6 (patch) | |
| tree | 9dd39f4d6036aa2cd597fd08018c275bd784b1e9 | |
| parent | Merge pull request #511 from yous/fix-bsd-sed (diff) | |
| parent | Use modifier expansion instead of dirname (diff) | |
| download | zsh-completions-0.26.0.tar zsh-completions-0.26.0.tar.gz zsh-completions-0.26.0.tar.bz2 zsh-completions-0.26.0.tar.lz zsh-completions-0.26.0.tar.xz zsh-completions-0.26.0.tar.zst zsh-completions-0.26.0.zip | |
Merge pull request #509 from Tuurlijk/master0.26.0
Use modifier expansion instead of dirname
| -rw-r--r-- | zsh-completions.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh-completions.plugin.zsh b/zsh-completions.plugin.zsh index f8be8e7..b56f55d 100644 --- a/zsh-completions.plugin.zsh +++ b/zsh-completions.plugin.zsh @@ -1 +1 @@ -fpath+="`dirname $0`/src" +fpath+="${0:h}/src" |
