nixos/config/fish/config.fish

8 lines
179 B
Fish
Raw Normal View History

if status is-interactive
set -gx EDITOR nvim
2023-03-01 17:45:56 +00:00
set -gx VISUAL xed
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