utils: stop debug exploding when zsh is used

This commit is contained in:
Dominyk Tiller 2017-12-24 20:59:34 +00:00
parent 2259e369ea
commit 6fe261bc5c
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -154,6 +154,7 @@ def interactive_shell(f = nil)
end
if ENV["SHELL"].include?("zsh") && ENV["HOME"].start_with?(HOMEBREW_TEMP.resolved_path.to_s)
FileUtils.mkdir_p ENV["HOME"]
FileUtils.touch "#{ENV["HOME"]}/.zshrc"
end