diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/zsh/zshrc | 1 | ||||
| -rw-r--r-- | dot_config/zsh/zshrc.options | 1 | ||||
| -rw-r--r-- | dot_config/zsh/zshrc.style | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/dot_config/zsh/zshrc b/dot_config/zsh/zshrc index 0ff93f9..cab9db9 100644 --- a/dot_config/zsh/zshrc +++ b/dot_config/zsh/zshrc @@ -1,3 +1,4 @@ +# -*- mode: sh -*- # vim: ft=zsh xzsource zshrc.pre diff --git a/dot_config/zsh/zshrc.options b/dot_config/zsh/zshrc.options index c32f3e6..8335d8a 100644 --- a/dot_config/zsh/zshrc.options +++ b/dot_config/zsh/zshrc.options @@ -1,3 +1,4 @@ +# -*- mode: sh -*- # vim: ft=zsh ### Options # Almost all options are set explicitly diff --git a/dot_config/zsh/zshrc.style b/dot_config/zsh/zshrc.style index d2a5514..07e4b56 100644 --- a/dot_config/zsh/zshrc.style +++ b/dot_config/zsh/zshrc.style @@ -1,3 +1,4 @@ +# -*- mode: sh -*- # vim: ft=zsh ### ZStyle ## completion |
