Skip to content

Commit

Permalink
Use modifier expansion instead of dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
ℳichiel ℛoos committed May 25, 2017
1 parent 01c69f3 commit cdcbe19
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 cdcbe19

Please sign in to comment.