Skip to content

Commit

Permalink
Merge pull request #509 from Tuurlijk/master
Browse files Browse the repository at this point in the history
Use modifier expansion instead of dirname
  • Loading branch information
nicoulaj authored Jul 18, 2017
2 parents 6dadd2a + cdcbe19 commit 2a30b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-completions.plugin.zsh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fpath+="`dirname $0`/src"
fpath+="${0:h}/src"

0 comments on commit 2a30b05

Please sign in to comment.