mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +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:
1
env/.config/zsh/.zshrc
vendored
1
env/.config/zsh/.zshrc
vendored
@@ -200,7 +200,6 @@ alias tls='tmux list-sessions' # list tmux sessions
|
||||
alias tks='tmux kill-session -t' # kill tmux session
|
||||
alias temp='cd $(mktemp -d)' # create a temporary directory and move into it.
|
||||
alias vi='nvim' # set vi to open neovim
|
||||
alias neomutt='TERM=xterm-direct neomutt' # Allows neomutt colors to work properly.
|
||||
alias newf='"$SCRIPTS"/newx --function' # generate a new shell function
|
||||
alias nlnv='nvim "$LOCAL_ENV"' # open local environment overrides file in neovime
|
||||
alias nvim='unset VIMINIT && unset MYVIMRC && nvim' # alias nvim to unset vimrc, useful when using both vim & neovim
|
||||
|
||||
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