Skip to content

Commit cdcbe19

Browse files
author
ℳichiel ℛoos
committed
Use modifier expansion instead of dirname
1 parent 01c69f3 commit cdcbe19

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)