wrappers/fish: replace prompt with starship
This commit is contained in:
parent
1a9dd8260f
commit
6c2ff474ef
3 changed files with 11 additions and 125 deletions
|
@ -1,4 +1,12 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
setteiStarship = config.wrappers.starship.wrapped;
|
||||
in
|
||||
{
|
||||
wrappers.fish = {
|
||||
basePackage = pkgs.fish;
|
||||
|
@ -18,7 +26,6 @@
|
|||
config-fish = pkgs.writeText "config.fish" ''
|
||||
${path-add-lines}
|
||||
|
||||
source ${./prompt.fish}
|
||||
source ${./config.fish}
|
||||
source ${./greeting.fish}
|
||||
'';
|
||||
|
@ -38,6 +45,7 @@
|
|||
fd
|
||||
file
|
||||
yazi
|
||||
setteiStarship
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue