1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-05 16:43:22 +00:00

Remove redundant editor settings from .bashrc

This commit is contained in:
Holger Just 2018-08-07 16:21:53 +02:00
parent 02f66468fa
commit d8f7d8c986

View File

@ -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