fix(fish): sanitize aliases by removing work-specific kubeconfig reference

This commit is contained in:
2026-09-09 08:24:31 +02:00
parent cf80afb389
commit ccb8f84ab6
-1
View File
@@ -9,7 +9,6 @@ alias do-re="docker compose down && docker compose up -d"
alias qaserv="TERM=xterm-256color ssh root@195.201.17.47" alias qaserv="TERM=xterm-256color ssh root@195.201.17.47"
alias kc1="set -gx KUBECONFIG ~/.kube/config" alias kc1="set -gx KUBECONFIG ~/.kube/config"
alias kc2="set -gx KUBECONFIG ~/.kube/work"
alias ram="vm_stat" alias ram="vm_stat"
# DevOps Core Tools # DevOps Core Tools