diff options
Diffstat (limited to 'zsh/.zprofile')
-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 |