diff options
| author | 2026-01-23 00:04:47 +0100 | |
|---|---|---|
| committer | 2026-01-23 00:04:47 +0100 | |
| commit | afd26bd488920df703973e76a065e8700dd9e651 (patch) | |
| tree | b793089ae7ba5b0c5e2eeb0fc03eab4e5e9fe8a2 /dot_config/zsh/zshrc | |
| parent | zsh: add zstyle prompt (diff) | |
zsh: add emacs modeline
Yeah so emacs isn't thaat good at detecting shell scripts either.
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 |
