diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-04-12 12:21:28 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | a1d698c6663e01195269edb1f3c7f7f1f4d03752 (patch) | |
| tree | 36d2b8bab5824c17b9d6f9125dd96098045a4995 | |
| parent | 4cb2faf23d67c84d6e20b16bf1444e84e7d39b69 (diff) | |
fix(zsh): add vim filetype declaration
| -rw-r--r-- | dot_zshrc.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
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 " |
