arch_dotfiles/fish/dark.fish
2025-06-12 00:06:36 +09:00

12 lines
177 B
Fish

if status is-interactive
catnap -d cat
end
# remove greeting
set -g fish_greeting
# set theme
fish_config theme choose "Rosé Pine"
# programs
starship init fish | source