Helpful fish functions
Here are some helpful fish functions I’ve added to my configuration to make dealing with the terminal easier.
posts tagged with fish
Here are some helpful fish functions I’ve added to my configuration to make dealing with the terminal easier.
Fish is a bash shell replacement. I consider it a “better” version of the OS X bash shell. It supports a robust history with auto-completions, it pulls completion suggestions from installed man pages, and it looks prettier with user-configurable settings. You can also extend fish with custom functions (great for those commands you never remember, but use every so often).