diff options
| -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 | ||||
| -rw-r--r-- | dot_config/zsh/zlogin | 1 | ||||
| -rw-r--r-- | dot_config/zsh/zlogout | 1 | ||||
| -rw-r--r-- | dot_config/zsh/zprofile | 1 | ||||
| -rw-r--r-- | dot_config/zsh/zshenv | 1 | ||||
| -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 |
10 files changed, 10 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() { diff --git a/dot_config/zsh/zlogin b/dot_config/zsh/zlogin index 600af43..c8c7579 100644 --- a/dot_config/zsh/zlogin +++ b/dot_config/zsh/zlogin @@ -1,3 +1,4 @@ +# -*- mode: sh -*- # vim: ft=zsh xzsource zlogin.pre diff --git a/dot_config/zsh/zlogout b/dot_config/zsh/zlogout index 0dd9533..4898bcf 100644 --- a/dot_config/zsh/zlogout +++ b/dot_config/zsh/zlogout @@ -1,3 +1,4 @@ +# -*- mode: sh -*- # vim: ft=zsh xzsource zlogout.pre diff --git a/dot_config/zsh/zprofile b/dot_config/zsh/zprofile index 27ea0fa..a9dbf47 100644 --- a/dot_config/zsh/zprofile +++ b/dot_config/zsh/zprofile @@ -1,3 +1,4 @@ +# -*- mode: sh -*- # vim: ft=zsh xzsource zprofile.pre diff --git a/dot_config/zsh/zshenv b/dot_config/zsh/zshenv index 62eea7e..7f08cf7 100644 --- a/dot_config/zsh/zshenv +++ b/dot_config/zsh/zshenv @@ -1,3 +1,4 @@ +# -*- mode: sh -*- # vim: ft=zsh : ${ZDOTDIR:=~/.config/zsh} 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 |
