From 867aa46e6bd6110b0b5934fe7735ddefd1fa8d12 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 12 Apr 2014 18:58:43 +0100 Subject: Add modelines for zsh files --- tag-zsh/config/zsh/zshenv | 1 + tag-zsh/config/zsh/zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv index c4b3b9c..0cc65be 100755 --- a/tag-zsh/config/zsh/zshenv +++ b/tag-zsh/config/zsh/zshenv @@ -1,3 +1,4 @@ +# -*- mode: sh; -*- if [[ $defpath == "" && -d ~/bin ]] then defpath=($path) diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index d183baa..97d31be 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -1,3 +1,4 @@ +# -*- mode: sh; -*- export PAGER="less" export EDITOR="emacsclient" export CLICOLOR=true -- cgit 1.4.1