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:
parent
02f66468fa
commit
d8f7d8c986
9
.bashrc
9
.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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user