nixos/config/fish/config.fish

12 lines
247 B
Fish
Raw Normal View History

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