2023-02-25 08:24:14 +00:00
|
|
|
if status is-interactive
|
2023-02-25 11:33:00 +00:00
|
|
|
set -gx EDITOR nvim
|
|
|
|
set -gx VISUAL nvim
|
2023-02-25 09:52:25 +00:00
|
|
|
fish_config theme choose CatppuccinMacchiato
|
2023-02-25 08:24:14 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
function starship_transient_prompt_func
|
|
|
|
starship module character
|
|
|
|
end
|
|
|
|
starship init fish | source
|
|
|
|
enable_transience
|