Add modelines for zsh files
Alan Pearce alan@alanpearce.co.uk
Sat, 12 Apr 2014 18:58:43 +0100
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