On Wed, Nov 23, 2011 at 10:28, Misha Moroshko michael.moroshko@gmail.com wrote:
I try to create the following alias:
alias b="/usr/bin/mate -w ~/.bashrc; source ~/.bashrc"
However, it doesn't work. When I close TextMate the shell doesn't return (I don't see the shell prompt), and nothing happens. Looks like TextMate is still running.
`mate -w` returns when you close the document you opened with it, like with Cmd-W.
Quitting TextMate altogether (Cmd-Q) doesn't seem to let `mate -w` return, which feels like a bug to me. Allan?
HTH, Martin