To do this, you first need to know where Fish is installed. Run the command which fish (usually resulting in /usr/bin/fish or /opt/homebrew/bin/fish ). Then, use the chsh (change shell) command: -siskiyaan S1 E2 C1- Apr 2026
brew install fish Alternatively, MacPorts can be used ( port install fish ). Vx Manager 1.6.2 Apr 2026
chsh -s /usr/bin/fish After logging out and back in, your terminal will launch directly into the Friendly Interactive Shell. If your original query regarding "fishgrs" was actually meant to be Fisher , you are already thinking ahead. While Fish is great on its own, it has a robust ecosystem of plugins.
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher From there, you can install themes (like "Bob the Fish" or "Tide") to make your prompt even more informative, or utilities to integrate with version control systems. Transitioning to the Fish shell is a low-effort, high-reward upgrade for anyone who spends time in the terminal. The installation process is streamlined and accessible, regardless of your operating system. By replacing the cryptic nature of traditional shells with helpful autosuggestions and vibrant colors, Fish brings the command line into the modern era, making it a truly "friendly" environment for beginners and power users alike.
Installing a Unix-style shell on Windows has become much easier with the Windows Subsystem for Linux (WSL). If you have WSL installed (specifically WSL2 with a distribution like Ubuntu), you simply follow the Linux instructions above inside your WSL terminal. If you are using Cygwin or MSYS2, Fish is available in their respective package repositories. Setting Fish as Your Default Shell Once installed, you can start Fish simply by typing fish in your current terminal. However, to truly embrace the new environment, you will likely want to set it as your default login shell.
is a plugin manager for Fish that allows you to easily extend the shell's capabilities. Once Fish is installed, you can install Fisher with a quick curl command: