Revert "minimal: Make starship async"

This reverts commit 3aa2159a624305af0283d57ea377eb362cbda98e.
This commit is contained in:
Quentin Boyer 2024-09-12 22:39:34 +02:00
parent ebdee896e6
commit 39e85f3bd3
3 changed files with 1 additions and 33 deletions

View file

@ -165,13 +165,12 @@
programs.starship = {
enable = true;
enableFishIntegration = false;
enableFishIntegration = true;
settings =
let
background = "#3e3e3e";
in
{
command_timeout = 3000;
add_newline = true;
format = lib.concatStrings [
@ -299,13 +298,6 @@
programs.fish = {
enable = true;
plugins = [
{
name = "fish-async-prompt";
src = inputs.fish-async-prompt;
}
];
functions = {
fish_greeting = ''
${pkgs.fortune}/bin/fortune \
@ -392,8 +384,6 @@
if status is-login
keychain --eval $SSH_KEYS_TO_AUTOLOAD | source
end
starship init fish | source
'';
shellAliases = {