From ac18e9576c851c4f43e1200a0c5506faf16a66c6 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Mon, 27 Jan 2014 11:39:54 -0800 Subject: [PATCH] Remove unused environment variable --- bash/environment | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bash/environment b/bash/environment index 5ef76ed..6836645 100644 --- a/bash/environment +++ b/bash/environment @@ -63,10 +63,6 @@ elif [[ `uname` == 'Linux' ]]; then export BS_OS='linux' fi -if [[ `hostname` == 'LTMBPBSANDIDGE.local' ]]; then - export BS_ENV='work' -fi - export EDITOR='vim' # python virtualenvwrapper