Update vim modeline since there is no more shebang

Without shebang, vim doesn't know the filetype => syntaxic color off
This commit is contained in:
Luc Didry 2012-08-13 20:20:18 +02:00
parent c2fdb1751e
commit 32a89f5b90

View File

@ -933,4 +933,4 @@ prompt_OFF()
# By default, sourcing liquidprompt.bash will activate the liquid prompt # By default, sourcing liquidprompt.bash will activate the liquid prompt
prompt_on prompt_on
# vim: set ts=4 sw=4 tw=120 : # vim: set ts=4 sw=4 tw=120 ft=sh: