Use source instead of symlinks for MSYS2 compatibility

This commit is contained in:
Marc Cornellà 2016-10-10 20:55:03 +02:00
commit af49b6e027
4 changed files with 4 additions and 4 deletions

View file

@ -1 +0,0 @@
../golang/golang.plugin.zsh

1
plugins/go/go.plugin.zsh Normal file
View file

@ -0,0 +1 @@
source ${0:a:h}/../golang/golang.plugin.zsh

View file

@ -1 +0,0 @@
gradle.plugin.zsh

1
plugins/gradle/_gradle Normal file
View file

@ -0,0 +1 @@
source ${0:a:h}/gradle.plugin.zsh

View file

@ -1 +0,0 @@
gradle.plugin.zsh

1
plugins/gradle/_gradlew Normal file
View file

@ -0,0 +1 @@
source ${0:a:h}/gradle.plugin.zsh

View file

@ -1 +0,0 @@
$(dirname "$0")/per-directory-history.zsh

View file

@ -0,0 +1 @@
source ${0:a:h}/per-directory-history.zsh