Moved the vim note to the bottom
This commit is contained in:
parent
e43cf4aaad
commit
2a3001ac6d
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -1,8 +1,6 @@
|
||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
# Blake's ZSH config file
|
# Blake's ZSH config file
|
||||||
|
|
||||||
# vim:fdm=marker:fmr=>>>,<<<:et:ft=zsh:sw=3
|
|
||||||
|
|
||||||
### Basic shell configuration >>>
|
### Basic shell configuration >>>
|
||||||
### Environment variables >>>
|
### Environment variables >>>
|
||||||
{
|
{
|
||||||
|
@ -628,3 +626,5 @@ add-zsh-hook preexec mzc_termsupport_preexec
|
||||||
# Optionally source the user's customized .zshrc
|
# 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
|
[ -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