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 +