Move transient prompt function into own file
This commit is contained in:
parent
675b881b0f
commit
157397a829
3
config/fish/conf.d/transient_prompt.fish
Normal file
3
config/fish/conf.d/transient_prompt.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function starship_transient_prompt_func
|
||||
starship module character
|
||||
end
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue