ghcup-hs/scripts/bootstrap
Will Badart 70df740f9d Check $ZDOTDIR in bootstrap script
Zsh looks for .zshrc in $ZDOTDIR, or $HOME if $ZDOTDIR is unset. I doubt
non-$HOME $ZDOTDIRs are widespread (I might be the only one I know with
one), but it's how zsh's startup is defined, so it can happen.

This commit simply adds a check to the `*/zsh` case of `find_shell()` to
respect $ZDOTDIR if it is set.
2022-10-28 17:01:38 +00:00
..
bootstrap-haskell Check $ZDOTDIR in bootstrap script 2022-10-28 17:01:38 +00:00
bootstrap-haskell.ps1 Add DisableCurl powershell switch 2022-07-10 20:58:30 +02:00