From 274f21388e3db056069fc176b24e543d666854c6 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Tue, 28 Jul 2015 14:43:07 +0800 Subject: [PATCH] Revert "formula: create empty zshrc when zsh is shell" This reverts commit be55c800d0bf2750902df71d092906b49b49ffce. --- Library/Homebrew/formula.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index cc6006b024..be1fdf5320 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -928,7 +928,6 @@ class Formula @buildpath = Pathname.pwd env_home = buildpath/".brew_home" mkdir_p env_home - touch env_home/".zshrc" if ENV["SHELL"].include? "zsh" old_home, ENV["HOME"] = ENV["HOME"], env_home