From bash to zsh and everywhere in between, show me yours and I’ll show you mines. Inspire others or get some feedback.

Simply copy & paste the output of alias in your terminal or add some comments to explain things for others.

Edit: Kbin users, click ‘More’ on a comment and use the fediverse link to read responses that have funky formatting

      • Gamma
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        That would make my shell unusable, since some plugins use ./source.

          • Gamma
            link
            fedilink
            English
            arrow-up
            3
            ·
            edit-2
            1 year ago

            I know; I’m not talking about ./. I put the slash outside the inline codeblock in the parent comment.

            My shell is setup with a chdir hook to [[ -r. /.autoenv.zsh ]] && . ./.autoenv.zsh.

            (Edit: Jerboa is bugged with “&” in codeblocks, that should be a “&&”, not &&)

    • Alper Çelik@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      I have :q to exit too since i was trying to exit shell with :q. I guess (n)vim users cant exit their shells :)