From afd26bd488920df703973e76a065e8700dd9e651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Fri, 23 Jan 2026 00:04:47 +0100 Subject: zsh: add emacs modeline Yeah so emacs isn't thaat good at detecting shell scripts either. --- dot_config/zsh/functions/prompt_fish_setup | 1 + dot_config/zsh/functions/prompt_zstyle_setup | 1 + dot_config/zsh/functions/tt | 1 + 3 files changed, 3 insertions(+) (limited to 'dot_config/zsh/functions') 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() { -- cgit v1.2.3