Discover why Fish Shell. With features like syntax highlighting, auto-suggestions, tab completions, and a private mode for secure commands, Fish Shell offers...
Didn’t know about auto populating search queries, abbreviations, string scripting, and using private mode.
Scrubbing through the video, this hurts my soul
echo $(echo $STRING | sed 's/World/Bash/')
For variables bash has PE forms:
echo ${STRING/World/Bash}
I miss these too much when I try Fish.