nixos/config/fish/config.fish

8 lines
180 B
Fish
Raw Normal View History

if status is-interactive
set -gx EDITOR nvim
set -gx VISUAL nvim
2023-02-27 07:59:32 +00:00
fish_config theme choose CatppuccinMacchiato
2023-02-27 09:16:47 +00:00
starship init fish | source
enable_transience
end