{bash,zsh}rc: fix vim modeline?

This commit is contained in:
Aminda Suomalainen 2025-02-10 14:46:46 +02:00
parent 5b30ac784c
commit 2e3158f12f
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 4 additions and 4 deletions

View File

@ -972,7 +972,7 @@ if [ -f ~/.bash_custom ]; then
source ~/.bash_custom source ~/.bash_custom
fi fi
# vim: filetype=bash
#TODO: FIXME: #TODO: FIXME:
TERM=xterm-256color TERM=xterm-256color
# vim: filetype=bash

View File

@ -965,7 +965,7 @@ if [ -f ~/.warnings ]; then
source ~/.warnings source ~/.warnings
fi fi
# vim: filetype=zsh
#TODO: FIXME: #TODO: FIXME:
TERM=xterm-256color TERM=xterm-256color
# vim: filetype=zsh