12 lines
247 B
Fish
12 lines
247 B
Fish
if status is-interactive
|
|
set -gx EDITOR nvim
|
|
set -gx VISUAL nvim
|
|
fish_config theme choose CatppuccinMacchiato
|
|
end
|
|
|
|
function starship_transient_prompt_func
|
|
starship module character
|
|
end
|
|
starship init fish | source
|
|
enable_transience
|