Files
dotfiles/fish/prev.d/theme.fish
2025-06-14 20:26:14 +02:00

6 lines
198 B
Fish

set -l theme 'Catpuccin 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