From a1d698c6663e01195269edb1f3c7f7f1f4d03752 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Fri, 12 Apr 2024 12:21:28 -0500 Subject: fix(zsh): add vim filetype declaration --- dot_zshrc.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot_zshrc.tmpl') diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index ab8fbb8..ee19ada 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -1,3 +1,5 @@ +# vim:ft=zsh + # Enable colors and change prompt: autoload -U colors && colors # Load colors # PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " -- cgit v1.2.3