mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Adds neomutt wrapper script to set TERM correctly, this is to allow tmux-sessionator --email work properly.
This commit is contained in:
5
env/.local/scripts/neomutt
vendored
Executable file
5
env/.local/scripts/neomutt
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# vim: filetype=bash
|
||||
#
|
||||
# Set's TERM for neomutt so that colors work correctly.
|
||||
TERM=xterm-direct /usr/bin/neomutt
|
||||
Reference in New Issue
Block a user