caelestia/fish/config.fish
2025-06-15 20:58:39 +10:00

12 lines
318 B
Fish

if status is-interactive
# Starship custom prompt
starship init fish | source
# Custom colours
cat ~/.local/state/caelestia/sequences.txt 2> /dev/null
# For jumping between prompts in foot terminal
function mark_prompt_start --on-event fish_prompt
echo -en "\e]133;A\e\\"
end
end