catppuccin / fish

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

No such subcommand: theme #12

Closed glendell03 closed 1 year ago

glendell03 commented 1 year ago

I can't save theme using this command fish_config theme save "Catppuccin Mocha" image

hugginsio commented 1 year ago

Can you share the output of fish --version? You may be using an older version of fish.

plokil commented 1 year ago

On Ubuntu and its derivatives doing sudo apt install fish on its own will install old version of fish. To install new fish version do: $ sudo apt-add-repository ppa:fish-shell/release-3 $ sudo apt update $ sudo apt install fish And then execute fish_config theme save "Catppuccin Mocha" to apply the theme