X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/4850f4c28bd13b74c18979652de1c4b850cdc86f..e69caf640e206d5736bbac8d9a6dd75e63ec70c0:/etc/zsh/.zshrc diff --git a/etc/zsh/.zshrc b/etc/zsh/.zshrc index 5ca4858..dd7d2dd 100644 --- a/etc/zsh/.zshrc +++ b/etc/zsh/.zshrc @@ -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