From ba0984dfc44367711f998a948b6446aa14ade1d1 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 6 Aug 2015 12:55:29 +0100 Subject: [PATCH] Remove sourceing of removed z.sh package --- shell/_main.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/shell/_main.sh b/shell/_main.sh index c3650c9..5ad2272 100644 --- a/shell/_main.sh +++ b/shell/_main.sh @@ -44,8 +44,5 @@ source "$DOTSHELL/cgminer.sh" # Services source "$DOTSHELL/services.sh" -# Shell related -source "$DOTSHELL/z.sh" - # Environment Setup source "$DOTSHELL/env.sh"