mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-05 13:07:21 +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:
|
#TODO: FIXME:
|
||||||
TERM=xterm-256color
|
TERM=xterm-256color
|
||||||
|
|
||||||
|
# If $TMUX, then TERM is tmux-256color
|
||||||
|
if [ -v TMUX ]; then
|
||||||
|
TERM=tmux-256color
|
||||||
|
fi
|
||||||
|
|
||||||
# vim: filetype=bash
|
# vim: filetype=bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user