dracula / tmux

🧛🏻‍♂️ Dark theme for tmux
https://draculatheme.com/tmux
MIT License
645 stars 295 forks source link

fix: emulate timeout command for OSX #288

Closed guimochila closed 2 weeks ago

guimochila commented 3 weeks ago

timeout command is not available in bash on OSX by default. This PR checks weather the OS is OSX and creates a timeout function emulating the timeout behaviour.