From 23c478ba70d15cb7879e1526b9b12c5f3c08d430 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 16 Aug 2020 22:00:32 -0700 Subject: [PATCH] remove etcd env --- bash/environment | 1 - 1 file changed, 1 deletion(-) diff --git a/bash/environment b/bash/environment index f41ae1e..2fac843 100644 --- a/bash/environment +++ b/bash/environment @@ -16,7 +16,6 @@ fi export EDITOR=vim export BROWSER=firefox -export ETCDCTL_API=3 export PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND"