From 39b2f9ebffed0b215fbf36a1af8dabc110c31893 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 8 Aug 2014 18:07:27 +0200 Subject: zprofile: Simplify VIMINIT and remove comment --- zsh/.zprofile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsh/.zprofile b/zsh/.zprofile index c28f155..52a6947 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -14,8 +14,7 @@ export ABSROOT="$HOME"/build/abs export EDITOR=vim export VISUAL=vim -# Set vimrc's location and source it on vim startup -export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' +export VIMINIT='source $XDG_CONFIG_HOME/vim/vimrc' export PAGER=less export LESS=-R -- cgit v1.2.3-70-g09d2