Moved the vim note to the bottom
This commit is contained in:
parent
10cdfef608
commit
f20b8a6421
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue