mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Use source instead of symlinks for MSYS2 compatibility
This commit is contained in:
parent
ad7db48ba0
commit
af49b6e027
4 changed files with 4 additions and 4 deletions
|
|
@ -1 +0,0 @@
|
|||
../golang/golang.plugin.zsh
|
||||
1
plugins/go/go.plugin.zsh
Normal file
1
plugins/go/go.plugin.zsh
Normal file
|
|
@ -0,0 +1 @@
|
|||
source ${0:a:h}/../golang/golang.plugin.zsh
|
||||
|
|
@ -1 +0,0 @@
|
|||
gradle.plugin.zsh
|
||||
1
plugins/gradle/_gradle
Normal file
1
plugins/gradle/_gradle
Normal file
|
|
@ -0,0 +1 @@
|
|||
source ${0:a:h}/gradle.plugin.zsh
|
||||
|
|
@ -1 +0,0 @@
|
|||
gradle.plugin.zsh
|
||||
1
plugins/gradle/_gradlew
Normal file
1
plugins/gradle/_gradlew
Normal file
|
|
@ -0,0 +1 @@
|
|||
source ${0:a:h}/gradle.plugin.zsh
|
||||
|
|
@ -1 +0,0 @@
|
|||
$(dirname "$0")/per-directory-history.zsh
|
||||
|
|
@ -0,0 +1 @@
|
|||
source ${0:a:h}/per-directory-history.zsh
|
||||
Loading…
Add table
Add a link
Reference in a new issue