Moved the vim note to the bottom

This commit is contained in:
PowerUser64 2021-09-16 02:24:30 -07:00
parent 10cdfef608
commit f20b8a6421

4
.zshrc
View file

@ -1,8 +1,6 @@
#!/bin/zsh
# Blake's ZSH config file
# vim:fdm=marker:fmr=>>>,<<<:et:ft=zsh:sw=3
### Basic shell configuration >>>
### Environment variables >>>
{
@ -628,3 +626,5 @@ add-zsh-hook preexec mzc_termsupport_preexec
# Optionally source the user's customized .zshrc
[ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshrc.local" ] && source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshrc.local" || return 0
# vim:fdm=marker:fmr=>>>,<<<:et:ft=zsh:sw=3