summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xtag-zsh/config/zsh/zshenv1
-rwxr-xr-xtag-zsh/config/zsh/zshrc1
2 files changed, 2 insertions, 0 deletions
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