mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
fix: update dms
This commit is contained in:
parent
f7157b5a1f
commit
04c85ec904
12 changed files with 77 additions and 41 deletions
|
|
@ -56,7 +56,7 @@ if type -q kubectl
|
|||
|
||||
alias kns "kubectl config view --minify --output 'jsonpath={..namespace}'"
|
||||
abbr ksns "kubectl config set-context --current --namespace"
|
||||
abbr ksc "kubectl config set-context"
|
||||
abbr ksc "kubectl config use-context"
|
||||
|
||||
abbr kexec --function __echo_kubeexec
|
||||
abbr kmanage --function __echo_kubemanage
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@ in {
|
|||
"chat.customAgentInSubagent.enabled" = true;
|
||||
"inlineChat.enableV2" = true;
|
||||
"chat.viewSessions.orientation" = "vertical";
|
||||
"chat.agent.maxRequests" = 100;
|
||||
|
||||
"chat.tools.terminal.autoApprove" = {
|
||||
"nix" = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue