mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
skip tmux-complete on Darwin
There's some kind of weird problem with homebrew's terminfo and tmux, that is beyond working around AFAICT.
This commit is contained in:
parent
1df7e9802f
commit
2b736d023f
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#RUN: %fish %s
|
||||
#REQUIRES: command -v tmux
|
||||
#REQUIRES: test "$(uname)" != Darwin
|
||||
|
||||
isolated-tmux-start
|
||||
|
||||
|
|
Loading…
Reference in a new issue