Commit Graph

5 Commits

Author SHA1 Message Date
Martin Rey
1a7d86fdbc Use ZDOTDIR env variable for path to .zshrc
.zshrc can be found at "~/.zshrc", when ZDOTDIR is not set.
If ZDOTDIR is set, .zshrc is in "${ZDOTDIR}/.zshrc".
Using parameter expansion, the hardcoded path can be replaced with
"${ZDOTDIR:-$HOME}/.zshrc". That way, it'll use the value in
ZDOTDIR when set and the value in HOME when not.
This thus mirrors the usage of ZDOTDIR in zsh and makes the code
more fexible.
2020-03-09 22:25:17 +01:00
Willa Drengwitz
744cae46d6 Fix uninstall for osx 2018-08-31 07:29:44 -04:00
Wilhelmina Drengwitz
e95b9a33a1 Fix printf usage 2017-01-31 15:42:21 -05:00
chrisfinazzo
31f561a991 Fix Shellcheck error 2017-01-30 20:51:25 -05:00
Bernardo B. Marques
b65c880f10 add uninstall script 2012-04-05 04:12:50 -03:00