]> git.sev.monster Git - dotfiles.git/blobdiff - etc/zsh/.zshrc
replace modeline with editorconfig; small fixes
[dotfiles.git] / etc / zsh / .zshrc
index 5ca4858e6749636e7f187ab95be1fed41a7b6ac3..dd7d2ddbc0fc77fb5886cdb892e45cd4accb1efb 100644 (file)
@@ -25,7 +25,7 @@ export SAVEHIST=1000
 ## python
 export PYTHONSTARTUP=${XDG_CONFIG_HOME:-~/.config}/pythonrc
 ## vim
-export VIMINIT='execute "source" ($XDG_CONFIG_HOME??($HOME."/.config"))."/vim/.vimrc"'
+export VIMINIT='let$MYVIMRC=($XDG_CONFIG_HOME??($HOME."/.config"))."/vim/.vimrc"|execute"source"$MYVIMRC'
 ## wayland/sway
 # XXX: only do this if we're actually in wayland, but without a start script
 export XDG_SESSION_TYPE=wayland
@@ -315,5 +315,3 @@ prompt arrows
 
 ### load site-specific
 if [[ -f ${ZDOTDIR:-~}/.zshrc.local ]] { source ${ZDOTDIR:-~}/.zshrc.local }
-
-# vim: et sts=4 sw=4 ts=8 tw=79
This page took 0.030683 seconds and 4 git commands to generate.