From a75c1f1122cbb12b0e97e6702b976ac9af86a612 Mon Sep 17 00:00:00 2001 From: Eragos Date: Sat, 23 Apr 2016 17:24:49 +0200 Subject: [PATCH] cleanup --- .bash_profile | 3 --- .commonrc | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.bash_profile b/.bash_profile index 619afb3..fe048fa 100644 --- a/.bash_profile +++ b/.bash_profile @@ -20,9 +20,6 @@ export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ export CLICOLOR=1 export LSCOLORS=ExFxBxDxCxegedabagacad -#defaults -export EDITOR=vim - # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. shopt -s checkwinsize diff --git a/.commonrc b/.commonrc index ea4a26c..1437adb 100755 --- a/.commonrc +++ b/.commonrc @@ -2,6 +2,8 @@ # Solarized (mostly) dark skin for Midnight Commander export MC_SKIN=$HOME/.config/mc/skins/solarized.ini +export EDITOR=vim + [[ -f "$HOME/.dotfiles/aliases" ]] && source "$HOME/.dotfiles/aliases" if [ ! "$TERM_PROGRAM" = "iTerm.app" ]; then