From b0b6240159199e2de913ef1194d0b7aafca61a75 Mon Sep 17 00:00:00 2001 From: Samuel Ramos Date: Tue, 6 Feb 2018 21:01:05 -0200 Subject: [PATCH] Removed zsh install --- install/brew.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/brew.sh b/install/brew.sh index 6be1240..4da029a 100755 --- a/install/brew.sh +++ b/install/brew.sh @@ -28,8 +28,6 @@ brew install python # Python language support brew install ruby # Ruby language (more updated) brew install unrar # RAR and ZIP file support brew install yarn # Dependency management -#brew install zsh # Zsh shell -#brew install zsh-completions # Additional completion definitions for Zsh # Finished this step sleep 1