Set EDITOR, BROWSER and ETCDCTL_API environment variables

Buddy Sandidge 6 years ago
parent c750e54afd
commit b5cbe6d260

@ -14,8 +14,11 @@ if [[ -x $(which setxkbmap) ]]; then
fi fi
fi fi
export EDITOR=vim
export BROWSER=firefox
export ETCDCTL_API=3
export PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND" 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 # don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace # ... or force ignoredups and ignorespace

Loading…
Cancel
Save