dotfiles/.config/fish/conf.d/10-starship.fish

11 lines
179 B
Fish
Raw Normal View History

2024-03-10 18:55:34 -07:00
#!/usr/bin/env fish
function starship_transient_prompt_func
starship module character
end
2024-02-14 19:58:23 -08:00
if status is-interactive
starship init fish | source
2024-03-10 18:55:34 -07:00
enable_transience
2024-02-14 19:58:23 -08:00
end