my website, hosted on wisp.place
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update fish-and-starship

intergrav dfec5d54 04d7ba26

+2 -2
+2 -2
src/content/blog/fish-and-starship.md
··· 33 33 34 34 ### (good) tab completion 35 35 36 - fish can complete a ton of things. some examples include file paths, commands and flags, git branches, environment variables, scripts from your package.json, and more. the completions for commands and flags are generated automatically based on man pages, so you can view what they do. 36 + fish can complete a ton of things. some examples include file paths, commands and flags, git branches, environment variables, scripts from your package.json, and more. the completions for commands and flags are generated automatically based on man pages. 37 37 38 38 an example showing the tab completion for `git commit -`: 39 39 ··· 62 62 63 63 ### better scripting syntax 64 64 65 - i think the scripting syntax in fish is a lot better, more readable, and easier to understand than what bash has. here's an example, taken from their website: 65 + the scripting syntax in fish is a lot more understandable and easier to read than the syntax in bash. here's an example, taken from their website: 66 66 67 67 ```fish 68 68 function detect_os