Files
dotfiles/config/shell/.config/fish/prev.d/theme.fish
2025-11-10 19:49:56 +01:00

6 lines
199 B
Fish

set -l theme 'Catppuccin Mocha'
if not set -q fish_current_theme; or not string match -q "$theme" "$fish_current_theme"
set -U fish_current_theme "$theme"
fish_config theme save "$theme"
end