summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-04-12 18:58:43 +0100
committerAlan Pearce2014-04-12 18:58:43 +0100
commit867aa46e6bd6110b0b5934fe7735ddefd1fa8d12 (patch)
tree38f8c677a28679ef9fdd06214542a5df507b8eaa
parent57508b50ff7760eb3afbc18e30324c3bde508dc3 (diff)
downloaddotfiles-867aa46e6bd6110b0b5934fe7735ddefd1fa8d12.tar.lz
dotfiles-867aa46e6bd6110b0b5934fe7735ddefd1fa8d12.tar.zst
dotfiles-867aa46e6bd6110b0b5934fe7735ddefd1fa8d12.zip
Add modelines for zsh files
-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