X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a3bfc8208a7d8fb6c0aa34d6398f29f7334ad421..5d2c8f189ada10ef01859f9bcc49dcf7c8779845:/.zsh/zshenv/parts.d/50-vim diff --git a/.zsh/zshenv/parts.d/50-vim b/.zsh/zshenv/parts.d/50-vim deleted file mode 100644 index 2818885c..00000000 --- a/.zsh/zshenv/parts.d/50-vim +++ /dev/null @@ -1,13 +0,0 @@ -# -# set the editor variables to Vim -# -# Copyright © 1994–2017 martin f. krafft -# Released under the terms of the Artistic Licence 2.0 -# -# Source repository: http://git.madduck.net/v/etc/zsh.git -# - -export EDITOR==vim -export VISUAL=$EDITOR - -# vim:ft=zsh