himanshub16 / ProxyMan

Configuring proxy settings made easy.
https://github.com/himanshub16/ProxyMan/releases/latest/
MIT License
683 stars 108 forks source link

Proxyman removing symlinked .zshrc #77

Closed ridho9 closed 5 years ago

ridho9 commented 5 years ago

I symlinked my zshrc from my config folder, and proxyman removed the symlink when I used it

ridho9 commented 5 years ago

Apparently on unset_proxy, sed destroyed the symlink, but only GNU sed has --follow-symlink option

himanshub16 commented 5 years ago

readlink -f or realpath shall be a better choice. Discussions here at #80