• @Trent@lemmy.ml
    link
    fedilink
    English
    57 days ago

    Hello fellow fish user.

    Disown is. I even have a fish function written so I can do ‘launch foo’ and it’ll run foo, redirect everything to /dev/null (not sure that’s necessary, but doesn’t hurt), and then disowns the process. Mostly because I have a habit of running stuff using whatever terminal I happen to have in front of me.

    • Chewy
      link
      fedilink
      1
      edit-2
      2 days ago

      Good idea to write a function, I’ll do that right now. Over the last few weeks I’ve been regularly doing the Ctrl+Z, bg, disown, which does get old pretty quickly. At least I now remember the terms and don’t have to search for them each time I need it :D