From 2e3158f12f50d25e08373f87eb4b3dc5970f7a77 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 10 Feb 2025 14:46:46 +0200 Subject: [PATCH] {bash,zsh}rc: fix vim modeline? --- rc/bashrc | 4 ++-- rc/zshrc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index e88c7950..ac32dbc6 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -972,7 +972,7 @@ if [ -f ~/.bash_custom ]; then source ~/.bash_custom fi -# vim: filetype=bash - #TODO: FIXME: TERM=xterm-256color + +# vim: filetype=bash diff --git a/rc/zshrc b/rc/zshrc index 59f1f344..0163ba59 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -965,7 +965,7 @@ if [ -f ~/.warnings ]; then source ~/.warnings fi -# vim: filetype=zsh - #TODO: FIXME: TERM=xterm-256color + +# vim: filetype=zsh