From b5cbe6d260d2f6f8f02475fa079da663e64c153a Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Thu, 28 Feb 2019 09:52:17 -0800 Subject: [PATCH] Set EDITOR, BROWSER and ETCDCTL_API environment variables --- bash/environment | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bash/environment b/bash/environment index 18abfb9..f41ae1e 100644 --- a/bash/environment +++ b/bash/environment @@ -14,8 +14,11 @@ if [[ -x $(which setxkbmap) ]]; then fi fi +export EDITOR=vim +export BROWSER=firefox +export ETCDCTL_API=3 + export PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND" -export EDITOR='vim' # don't put duplicate lines in the history. See bash(1) for more options # ... or force ignoredups and ignorespace