added fish prompt
This commit is contained in:
parent
28811dd1bd
commit
a4207e62e1
1 changed files with 3 additions and 0 deletions
|
@ -107,5 +107,8 @@
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
plugins = with pkgs.fishPlugins; [
|
||||||
|
{ name = "tide"; src = pure.src; }
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue