From 44517d2cd4d9b607f1a67395adcda68d6dfdeb48 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 19 Jan 2016 10:15:30 +1100 Subject: [PATCH] Remove zsh form readme --- Readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Readme.md b/Readme.md index 08ec7b1d..eb2f80e7 100644 --- a/Readme.md +++ b/Readme.md @@ -46,7 +46,6 @@ about your system and prints it to the terminal next to an image of your choice! #### Required dependencies: - Bash **4.0+** - - For those of you on OS X not wanting to update bash, the script
also works with zsh. All you have to do is change the shebang at
the top to `#!/bin/zsh`. - Text formatting, dynamic image size and padding: `tput` - Uptime detection: `procps` or `procps-ng`