From 411a3baaedc856a076da2a10cbd1863c4be30f38 Mon Sep 17 00:00:00 2001 From: Jannik Zander Date: Sat, 21 May 2016 08:51:37 +0200 Subject: [PATCH] Add $MYVIMRC to bash env --- .config/bash/profile.d/exports | 1 + 1 file changed, 1 insertion(+) 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; -- 2.43.0