mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-15 15:25:08 +02:00
Revert "minimal: Make starship async"
This reverts commit 3aa2159a624305af0283d57ea377eb362cbda98e.
This commit is contained in:
parent
ebdee896e6
commit
39e85f3bd3
3 changed files with 1 additions and 33 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue