Enable automatic .ssh/config cleanup.
parent
80e5bb5a1f
commit
757dbc6ae3
|
@ -194,6 +194,9 @@ if [ $ZSH_GCLOUD_FIXES -gt 0 ]; then
|
||||||
|
|
||||||
gcloud() {
|
gcloud() {
|
||||||
command gcloud "$@"
|
command gcloud "$@"
|
||||||
|
if _local_zshrc_ssh_config_needs_cleanup; then
|
||||||
|
_local_zshrc_clean_up_ssh_config
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
if has_binary gke-gcloud-auth-plugin; then
|
if has_binary gke-gcloud-auth-plugin; then
|
||||||
|
|
Loading…
Reference in New Issue