updates
This commit is contained in:
@@ -20,3 +20,9 @@ function check-commit {
|
||||
alias cspell="docker run --rm -it -v \"\$(pwd):/workdir:Z\" ghcr.io/streetsidesoftware/cspell:latest \"**\""
|
||||
alias cspell-ignore="cspell | grep -o \"Unknown word (.*)\" | sed -E 's|.*\((.*)\).*|\1|' | sort | uniq | sed -r 's/\\x1B\\[(;?[0-9]{1,3})+[mGK]//g'"
|
||||
EOF
|
||||
|
||||
cat <<'EOF'>~/.bashrc.d/kubectl_config
|
||||
if [[ -d "$HOME/.kube/config.d" ]]; then
|
||||
export KUBECONFIG=$(find ~/.kube/config.d/ -type f | tr '\n' ':')
|
||||
fi
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user