From b180e4f7f7af702c0fd2888dc4cfacc6eabbd025 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Tue, 28 Feb 2023 10:49:15 +0100 Subject: [PATCH] [bash] Set filetype and interpreter in .bashrc.dotfiles for shellcheck. --- .bashrc.dotfiles | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc.dotfiles b/.bashrc.dotfiles index 378033c..dc8aec5 100644 --- a/.bashrc.dotfiles +++ b/.bashrc.dotfiles @@ -1,3 +1,6 @@ +#!/bin/bash +# vim: ft=sh + # Common commands for .bashrc. Include by adding the following to .bashrc: # # # Include cross-system common parts from .dotfiles.git repo