mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-04-08 17:08:15 +02:00
{bash,zsh}rc: tmux detection for ugly hacking
This commit is contained in:
parent
689b99e4e5
commit
5006450797
@ -975,4 +975,9 @@ fi
|
||||
#TODO: FIXME:
|
||||
TERM=xterm-256color
|
||||
|
||||
# If $TMUX, then TERM is tmux-256color
|
||||
if [ -v TMUX ]; then
|
||||
TERM=tmux-256color
|
||||
fi
|
||||
|
||||
# vim: filetype=bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user