mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +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
|
#RUN: %fish %s
|
||||||
#REQUIRES: command -v tmux
|
#REQUIRES: command -v tmux
|
||||||
|
#REQUIRES: test "$(uname)" != Darwin
|
||||||
|
|
||||||
isolated-tmux-start
|
isolated-tmux-start
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue