From 0d0aefb87e57b87ee265a0a55252149419bdfebe Mon Sep 17 00:00:00 2001 From: "Clinton R. Nixon" Date: Sun, 6 Sep 2009 08:54:29 -0400 Subject: [PATCH] Zsh formula Zsh is a shell designed for interactive use, although it is also a powerful scripting language. More information can be found on the "Zsh Web Pages" sites. Signed-off-by: Max Howell I de-versioned the install directories aas this is typically what we do. --- Formula/zsh.rb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Formula/zsh.rb diff --git a/Formula/zsh.rb b/Formula/zsh.rb new file mode 100644 index 0000000000..b923e681ea --- /dev/null +++ b/Formula/zsh.rb @@ -0,0 +1,26 @@ +require 'brewkit' + +class Zsh