[note] Fish?
๐ Introduction
This article introduces the FISH shell, a user-friendly interactive shell designed to improve the command line experience. It highlights its installation on MacOS and basic usage.
๐ Quick Start
Installation on MacOS
1 | brew install fish |
Using Fish Shell
By typing fish
to enter FISHโs shell
๐ Recap
- FISH is a friendly interactive shell that enhances the command line experience.
- Installation on MacOS can be done using Homebrew with the command
brew install fish
. - To start using FISH, simply type
fish
in the terminal.
๐ References
[note] Fish?