scmbreeze / scm_breeze

Adds numbered shortcuts to the output git status, and much more
https://madebynathan.com/2011/10/19/git-shortcuts-like-youve-never-seen-before/
MIT License
2.82k stars 192 forks source link

Path to .zshrc is hardcoded to ~/.zshrc #300

Closed m-rey closed 4 years ago

m-rey commented 4 years ago

Currently, the path to .zshrc is hardcoded to ~/.zshrc. However, its path can be set by the environment variable ZDOTDIR. The install and uninstall scripts could check and use ZDOTDIR if it is set and default to ~ otherwise.