Fish rules (piefedimages.s3.eu-central-003.backblazeb2.com)
submitted 10 months ago by to c/linuxmemes@lemmy.world
 

fish, the friendly interactive shell, is a commandline shell intended to be interactive and user-friendly.

fish is intentionally not fully POSIX compliant, it aims at addressing POSIX inconsistencies (as perceived by the creators) with a simplified or a different syntax. This means that even simple POSIX compliant scripts may require some significant adaptation or even full rewriting to run with fish.

Source

you are viewing a single comment's thread
view the rest of the comments
[–] 11 points 10 months ago* (1 child)

basically a text expansion. I have g=git, so when I type "g push" after I hit space after g, it expands it to git in the terminal as if i just typed out git myself. My history doesnt show "g push" it shows "git push" before I push enter

https://fishshell.com/docs/current/cmds/abbr.html

  • source
  • parent
  • hideshow 2 child comments