From 485a5fa09946c5c67be0eac804bf8b23d5a47081 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Wed, 6 Oct 2021 18:50:36 -0400 Subject: [PATCH] add vim ft comment --- files/bash/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/bash/.bashrc b/files/bash/.bashrc index 5c2bbdd..6264331 100644 --- a/files/bash/.bashrc +++ b/files/bash/.bashrc @@ -362,3 +362,5 @@ export FZF_DEFAULT_OPTS="--bind=ctrl-f:page-down,ctrl-b:page-up" [ -r "$HOME/.config/bashrc" ] && source "$HOME/.config/bashrc" [ -r "$HOME/.local/bashrc" ] && source "$HOME/.local/bashrc" + +# vim:ft=sh