12 lines
177 B
Fish
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 |