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/functions | |
| 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/functions/prompt_fish_setup | 1 | ||||
| -rw-r--r-- | dot_config/zsh/functions/prompt_zstyle_setup | 1 | ||||
| -rw-r--r-- | dot_config/zsh/functions/tt | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/dot_config/zsh/functions/prompt_fish_setup b/dot_config/zsh/functions/prompt_fish_setup index 397b3e0..12a0733 100644 --- a/dot_config/zsh/functions/prompt_fish_setup +++ b/dot_config/zsh/functions/prompt_fish_setup @@ -1,3 +1,4 @@ +# -*- mode: sh -*- # vim: ft=zsh # a prompt meant to imitate fish's default prompt # it's not meant to be too close necessarily, just same feel overall, diff --git a/dot_config/zsh/functions/prompt_zstyle_setup b/dot_config/zsh/functions/prompt_zstyle_setup index 256464c..6990f2b 100644 --- a/dot_config/zsh/functions/prompt_zstyle_setup +++ b/dot_config/zsh/functions/prompt_zstyle_setup @@ -1,3 +1,4 @@ +# -*- mode: sh -*- # vim: ft=zsh # a prompt entirely configured by zstyle, usable by default # make sure you configure vcs_info! diff --git a/dot_config/zsh/functions/tt b/dot_config/zsh/functions/tt index 0328e71..090d935 100644 --- a/dot_config/zsh/functions/tt +++ b/dot_config/zsh/functions/tt @@ -1,3 +1,4 @@ +# -*- mode: sh -*- # vim: ft=zsh typeset -gaU __tt_exit_dirs __tt_exit() { |
