aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zprofile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-08 18:07:27 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-08-08 18:07:27 +0200
commit39b2f9ebffed0b215fbf36a1af8dabc110c31893 (patch)
treedae0cd1ac1da54c16a9ef92726e7c127710d5a79 /zsh/.zprofile
parentb8ac424046f71f66d70ac7220a7be3a035109fcd (diff)
downloaddotfiles-39b2f9ebffed0b215fbf36a1af8dabc110c31893.tar.xz
zprofile: Simplify VIMINIT and remove comment
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r--zsh/.zprofile3
1 files changed, 1 insertions, 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