shims/super/cc: add modeline for vim-like editors

This will prevent my editor from trying to read this file as shell
script and getting the syntax highlighting all wrong.
This commit is contained in:
Carlo Cabrera 2024-09-29 05:47:05 +08:00
parent 69ff6c4735
commit 25afdcc2b8
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -1,4 +1,5 @@
#!/bin/bash
# vim: ft=ruby
# Make sure this shim uses the same Ruby interpreter that is used by Homebrew.
if [[ -z "${HOMEBREW_RUBY_PATH}" ]]
then