mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-21 22:03:28 +02:00
ebfba0e539
Apparently `nohup` is not needed in OSX, and using it has the side that it may break under tmux with the error nohup: can't detach from console: No such file or directory For now, this commit only drops the use of `nohup` in OSX. But it *may* not be necessary under other similar platforms.