mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# vim: filetype=bash
|
|
#
|
|
# Set's TERM for neomutt so that colors work correctly.
|
|
TERM=xterm-direct /usr/bin/neomutt
|