catppuccin / fish

🐟 Soothing pastel theme for the Fish Shell
MIT License
284 stars 18 forks source link

Add new manual instructions for fish >= 3.4.0 #14

Closed harukayamazaki closed 1 year ago

harukayamazaki commented 1 year ago

Fish >= 3.4.0 requires you to add this line when manually adding the catppuccin theme. Otherwise the theme won't persist and default back to the main theme once you close your terminal. Consider adding the following to the fish.config in .config/fish/config.fish at the first line. Example Catppuccin Mocha theme.

fish_config theme choose "Catppuccin Mocha"

ghostx31 commented 1 year ago

The correct installation instructions have been added in README so closing this.