utils: stop debug exploding when zsh is used
This commit is contained in:
parent
2259e369ea
commit
6fe261bc5c
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user