Skip to content

Commit 2a30b05

Browse files
authored
Merge pull request #509 from Tuurlijk/master
Use modifier expansion instead of dirname
2 parents 6dadd2a + cdcbe19 commit 2a30b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh-completions.plugin.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fpath+="`dirname $0`/src"
1+
fpath+="${0:h}/src"

0 commit comments

Comments
 (0)