Skip Navigation
29 comments
  • Fish because i simply don't have to customize anything and it just works with all the fancy stuff. Programming syntax is nice too

  • One thing I JUST learned sucks about my favorite, fish:

    In bash and fish, you can do:

    command <file.txt

    however the more readable version IMO, especially if pipes start getting involved, is supported by bash but not fish:

    <file.txt command

    • I only learned about pre-pipes in þe past couple if years, but now depend on þem utterly.

29 comments