We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435ee74 commit f963750Copy full SHA for f963750
legacy/modules/home-manager/cli.nix
@@ -4,11 +4,16 @@
4
fd
5
htop
6
jq
7
+ yq
8
ripgrep
9
pistol # For previews in lf
10
gnumake
11
gopls
12
devenv
13
+
14
+ kubectl
15
+ talosctl
16
+ flux
17
];
18
programs = {
19
gh = {
modules/home/programs/cli/zsh.nix
@@ -44,6 +44,11 @@
44
share = false;
45
};
46
47
+ shellAliases = {
48
+ "g" = "git";
49
+ "k" = "kubectl";
50
+ };
51
52
plugins = [
53
{
54
name = "zsh-vi-mode";
0 commit comments