diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-08 18:07:27 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-08 18:07:27 +0200 |
commit | 39b2f9ebffed0b215fbf36a1af8dabc110c31893 (patch) | |
tree | dae0cd1ac1da54c16a9ef92726e7c127710d5a79 /zsh | |
parent | b8ac424046f71f66d70ac7220a7be3a035109fcd (diff) | |
download | dotfiles-39b2f9ebffed0b215fbf36a1af8dabc110c31893.tar.xz |
zprofile: Simplify VIMINIT and remove comment
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zprofile | 3 |
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 |