

it should be enough to put a space between & and ; like this:
firefox -p & ; disown but I’m not 100% sure.
I’m also very spoiled by zsh, and I also remember encountering this issue.
alice 30 y.o. she/her


it should be enough to put a space between & and ; like this:
firefox -p & ; disown but I’m not 100% sure.
I’m also very spoiled by zsh, and I also remember encountering this issue.
This ice cream shop is trash! Because I took a chocolate and cream cone and ran away without paying, and when I was outside I tripped over my shoelace and my ice cone ended up in a puddle where a dog was pissing. 0/10 would never go that shop again.
It honestly reads like this 🤣


I’ve blocked them, I have other things to care about today, than arguing with a stranger about bullshit.
It’s sad, because other than that we were having a pretty nice conversation. Such is life…


I don’t understand why you are being so impolite.
I understand making fun of apple shills, it’s not a mature thing to do, but I get it. I just want to point out that being so “anti shill” is just as cringe.
Why do you care about what other people buy? We are having a technical discussion about different platforms, and your whole argument is “lmao buying apple”.


Agreed. ipads and iphones being locked as a platform, i would never buy them. The PCs? You can install Linux and be happy with it (if you’re lucky enough).


Imagine being proud of using Microsoft!
At least Apple makes decent hardware (and questionable software practices). But at least macOS is true Unix. With WSL now I’m not really sure which experience is better.
I’d still take Linux any time.
MSYS2 is a lifesaver!
Senior devs don’t wash their balls. Got it.
Just the other day I was thinking that we need to create an EUB (european union bus) standard to replace USB (united states bus) 🤣
Glad to not be the only one who has thought about that 🤣
One time a client of the first type complemented us for the inclusion of a certain feature in the application. It was a mistake, shouldn’t have been there. But he was so happy about it and so… it’s still there
I love when the clients are always positive and excited even when you present them objective trash.
I hate when the clients are always negative and grumpy even when you present them quality stuff.
The few ones of the first type make the second type more bearable :)
If anything it feels like it’s getting worse


PayPal? ce l’hanno praticamente tutti. Quella persona ogni mille che non lo ha può darti il contante (o al massimo farti un bonifico 🤣)
Thanks for the correction.
I read the bash documentation and I think you simply don’t need the
;. The & is already a command separator, just like ;Tested with bash:
sleep 100 & echo testprints right away.https://www.gnu.org/software/bash/manual/bash.html#Lists