mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-01 07:06:41 -07:00
add fish ssh agent plugin and flake update
This commit is contained in:
parent
cfe9e7ae8f
commit
ab3f6a797d
2 changed files with 20 additions and 10 deletions
|
@ -14,7 +14,17 @@
|
|||
gitignore = "curl -sL https://www.gitignore.io/api/$argv";
|
||||
};
|
||||
|
||||
plugins = [ ];
|
||||
plugins = [
|
||||
{
|
||||
name = "fish-ssh-agent";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "danhper";
|
||||
repo = "fish-ssh-agent";
|
||||
rev = "f10d95775352931796fd17f54e6bf2f910163d1b";
|
||||
sha256 = "sha256-cFroQ7PSBZ5BhXzZEKTKHnEAuEu8W9rFrGZAb8vTgIE=";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
loginShellInit = ''
|
||||
set -xg TERM xterm-256color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue