hlissner / zsh-autopair

Auto-close and delete matching delimiters in zsh
MIT License
509 stars 37 forks source link

Fix #26, change symbolic links to files #29

Closed Freed-Wu closed 1 year ago

Freed-Wu commented 2 years ago

In windows, user cannot create symbolic link without administrator privilege or enable the developer mode. So change symbolic links to normal files should be convenient to clone this project in windows.

hlissner commented 1 year ago

Sorry for the late response. This looks sensible to me. Thanks for your help!