fish shell features
- abbreviations! you can set shortcuts that visually expands into longer commands. super duper useful if you have long commands that you run often
abbr -a gs git status
- when you type a command and hit tab, fish shows you the available flags/options + short description of each one does & you can arrow through the list to pick one. i quite enjoy being able to browse
prevd/nextdfor navigating directory history