[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
fishin the terminal.
🔗 References
[note] Fish?