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.
I still work with bash scripts from fish (to interoperate with bash users), but it’s more like how I use python: the interpreter is specified either in the shebang or explicitly on the cli command invoking the script. It works quite well actually
I still work with bash scripts from fish (to interoperate with bash users), but it’s more like how I use python: the interpreter is specified either in the shebang or explicitly on the cli command invoking the script. It works quite well actually