Skip to content

Commit

Permalink
Add zsh-ssh plugin
Browse files Browse the repository at this point in the history
Although, this isn't actually presenting options well as generated by
Home Manager, due to there not being an empty line between outputted
Host entries.

sunlei/zsh-ssh#34
  • Loading branch information
bjeanes committed Dec 18, 2024
1 parent 526c310 commit 7a6d810
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
19 changes: 18 additions & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@
url = "github:zshzoo/cd-ls";
flake = false;
};

zsh-ssh = {
url = "github:sunlei/zsh-ssh";
flake = false;
};
};

outputs =
Expand Down
4 changes: 4 additions & 0 deletions modules/home/shells/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
name = "cd-ls";
src = inputs.zsh-cd-ls;
}
{
name = "zsh-ssh";
src = inputs.zsh-ssh;
}
];
};
programs.bash = {
Expand Down

0 comments on commit 7a6d810

Please sign in to comment.