2023-02-25 08:24:14 +00:00
|
|
|
if status is-interactive
|
2023-02-25 11:33:00 +00:00
|
|
|
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
|
2023-02-25 08:24:14 +00:00
|
|
|
end
|