Prevent adding duplicated src folder to fpath

This commit is contained in:
Felipe Santos 2022-01-05 20:37:24 -03:00
parent 9254218875
commit 66bfec1589
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
fpath+="${0:A:h}/src"
export -U FPATH="${0:A:h}/src${FPATH:+:$FPATH}"