From 6b5b37208779adb2f410c5f544bf7049c727bfe1 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Tue, 24 Jan 2017 14:56:58 +0100 Subject: [PATCH] small fix --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 361ca17..8152227 100644 --- a/zshrc +++ b/zshrc @@ -101,7 +101,7 @@ if [[ $HOST =~ atlantis* ]]; then fi ## Pathing ## -CIP_MOUNTPOINT = "$HOME/moutpoints/cip" +CIP_MOUNTPOINT="$HOME/moutpoints/cip" FS_PREFIX="" CIPTMP="/proj/ciptmp/$USER" if [[ $HOST =~ atlantis* ]]; then