Move transient prompt function into own file

This commit is contained in:
Evie Litherland-Smith 2023-02-25 14:21:52 +00:00
parent 675b881b0f
commit 157397a829
2 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,3 @@
function starship_transient_prompt_func
starship module character
end

View file

@ -4,8 +4,5 @@ if status is-interactive
fish_config theme choose CatppuccinMacchiato
end
function starship_transient_prompt_func
starship module character
end
starship init fish | source
enable_transience