From: Jannik Zander Date: Sat, 21 May 2016 06:51:37 +0000 (+0200) Subject: Add $MYVIMRC to bash env X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=411a3baaedc856a076da2a10cbd1863c4be30f38;p=dotfiles.git Add $MYVIMRC to bash env --- diff --git a/.config/bash/profile.d/exports b/.config/bash/profile.d/exports index 303799e..c9b413c 100644 --- a/.config/bash/profile.d/exports +++ b/.config/bash/profile.d/exports @@ -2,6 +2,7 @@ # Make vim the default editor export EDITOR="vim"; export VISUAL="vim"; +export MYVIMRC="$HOME/.config/vim/vimrc" # Larger bash history (allow 32³ entries; default is 500) export HISTSIZE=32768;