From f20b8a6421b4e94fe96e480ee20bf0b14ef66e54 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 16 Sep 2021 02:24:30 -0700 Subject: [PATCH] Moved the vim note to the bottom --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 1a3f4f1..ce247c4 100644 --- a/.zshrc +++ b/.zshrc @@ -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 +