Skip to content

Commit

Permalink
Add kubeadm; fix ssh-multi
Browse files Browse the repository at this point in the history
  • Loading branch information
brenix committed Jun 20, 2024
1 parent c316e71 commit daac64f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/home/cli/programs/k8s/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ in {
kubectl-cnpg
kubecolor
kubectl
kubernetes
kubelogin
kubevirt
kubelogin-oidc
Expand Down
2 changes: 1 addition & 1 deletion modules/home/cli/shells/fish/functions.nix
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
end
set -l layout_file (mktemp)
printf 'layout {%s}' (string join "" (for host in $hosts; printf 'pane {command "ssh"; args "%s"; close_on_exit=true;}; ' $host; end)) > $layout_file
printf 'layout {%s}' (string join "" (for host in $hosts; printf 'pane {command "ssh"; args "%s"; close_on_exit true;}; ' $host; end)) > $layout_file
zellij action new-tab -l $layout_file -n ssh-multi
zellij action toggle-active-sync-tab
rm -f $layout_file
Expand Down

0 comments on commit daac64f

Please sign in to comment.