Add workaround for color and bash escape sequence on macos
parent
1fd49eded0
commit
c5092e5fa9
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ "$(uname -s)" == "Darwin" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
tmux set default-terminal "tmux-256color"
|
||||
tmux set terminal-overrides ",xterm-256color:Tc"
|
Loading…
Reference in New Issue