mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 03:39:32 +00:00
~
This commit is contained in:
parent
178167c0ae
commit
16125f4b0b
4 changed files with 16 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue