nixos/config/fish/config.fish

9 lines
175 B
Fish
Raw Normal View History

if status is-interactive
set -gx EDITOR nvim
set -gx VISUAL nvim
2023-02-25 14:32:08 +00:00
# fish_config theme choose CatppuccinMacchiato
end
starship init fish | source
enable_transience