Fix screen color issue for tmux inside zsh
parent
8e1fb30a8e
commit
0c03ecd167
@ -0,0 +1,4 @@
|
|||||||
|
if [ "$TMUX" ]; then
|
||||||
|
# TERM=tmux-256color does not work as expected on osx
|
||||||
|
export TERM=screen-256color
|
||||||
|
fi
|
Loading…
Reference in New Issue