I’m looking for inspiration for a custom Bash prompt[1]. I’d love to see yours! 😊 If possible, include both the prompt’s PS1, and a screenshot/example of what it looks like.

References
  1. Type: Documentation. Title: “Bash Reference Manual”. Publisher: Gnu Project. Edition: 5.2. Published: 2022-09-19. Accessed: 2025-03-21T02:46Z. URI: https://www.gnu.org/software/bash/manual/html_node/index.html.

Crossposts:

  • Goun@lemmy.ml
    link
    fedilink
    arrow-up
    8
    ·
    3 days ago

    Are you dowloading and sourcing a file from the internet on your prompt? That sounds a bit scary!

      • teawrecks@sopuli.xyz
        link
        fedilink
        arrow-up
        2
        ·
        3 days ago

        Is this running in your rc (i.e. every single time you open a terminal)? Even if it’s safe, I’d be annoyed by any delay.

        • Goun@lemmy.ml
          link
          fedilink
          arrow-up
          3
          ·
          2 days ago

          Yeah, its checking if the file exists first, so it’s not doing it all the time.

          My worry is more related to repos takeovers or hacks. This is pretty hidden, so it could be easy to even forget it’s there, probably not the worst, but still…