From d8f7d8c986bb1bcd9a5c6ee69dfdb6cc5d037346 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Tue, 7 Aug 2018 16:21:53 +0200 Subject: [PATCH] Remove redundant editor settings from .bashrc --- .bashrc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.bashrc b/.bashrc index f518424..2348334 100644 --- a/.bashrc +++ b/.bashrc @@ -135,15 +135,6 @@ export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" --no-use [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" - -export EDITOR="vim" -if type atom >/dev/null 2>&1; then - export BACKGROUND_EDITOR="atom" -else - export BACKGROUND_EDITOR="subl -n" -fi -export SVN_EDITOR="$EDITOR" - # Appliction config export PLANIO_SKIP_AMA=1