nixos/config/fish/config.fish

10 lines
208 B
Fish
Raw Normal View History

if status is-interactive
# Commands to run in interactive sessions can go here
end
function starship_transient_prompt_func
starship module character
end
starship init fish | source
enable_transience