Add modelines for zsh files
2 files changed, 2 insertions(+), 0 deletions(-)
M tag-zsh/config/zsh/zshenv → tag-zsh/config/zsh/zshenv
@@ -1,3 +1,4 @@ +# -*- mode: sh; -*- if [[ $defpath == "" && -d ~/bin ]] then defpath=($path)
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -1,3 +1,4 @@ +# -*- mode: sh; -*- export PAGER="less" export EDITOR="emacsclient" export CLICOLOR=true