dracula / tmux

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

fix: emulate timeout command for OSX #288

Closed guimochila closed 2 months ago

guimochila commented 2 months 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.