TimothyYe / skm

A simple and powerful SSH keys manager
https://timothyye.github.io/skm
MIT License
954 stars 54 forks source link

Fix: get home path and using rel path to create symlink #31

Closed zoritle closed 3 years ago

zoritle commented 3 years ago

Using os.UserHomeDir() to get home path correctly on Windows. Using rel path when creating symlink to avoid Windows symlink issue.