1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 03:39:32 +00:00
This commit is contained in:
Rae 5e 2025-02-09 22:56:18 -05:00
parent 178167c0ae
commit 16125f4b0b
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
4 changed files with 16 additions and 1 deletions

View file

@ -61,6 +61,17 @@
shellInit = ''
set -g fish_greeting
'';
plugins = [
{
name = "fishline";
src = pkgs.fetchFromGitHub {
owner = "0rax";
repo = "fishline";
rev = "v3.3.0";
sha256 = "0j14nvhbz80pfkyzmwmj8x5b4pbngg9z4w04c6qrx3fip8fv70im";
};
}
];
};
git = {
enable = true;