diff options
| author | reda <business.reda@pm.me> | 2024-01-13 12:36:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-13 12:36:26 +0100 |
| commit | 15479ca5aee5cd430540794d1f5aae90e2f59cd0 (patch) | |
| tree | 20a6ba85cb7b860df97567d18dc3b0b53d3b8b3b /plugins/helm/helm.plugin.zsh | |
| parent | 1c8dee848dad169c9eb1a7b0148842b48a99cad1 (diff) | |
| download | zsh-15479ca5aee5cd430540794d1f5aae90e2f59cd0.tar.gz zsh-15479ca5aee5cd430540794d1f5aae90e2f59cd0.tar.bz2 zsh-15479ca5aee5cd430540794d1f5aae90e2f59cd0.zip | |
feat(terraform): add new terraform and helm aliases (#11923)
Diffstat (limited to 'plugins/helm/helm.plugin.zsh')
| -rw-r--r-- | plugins/helm/helm.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/helm/helm.plugin.zsh b/plugins/helm/helm.plugin.zsh index 7fc05be98..e754a6541 100644 --- a/plugins/helm/helm.plugin.zsh +++ b/plugins/helm/helm.plugin.zsh @@ -14,5 +14,6 @@ fi alias h='helm' alias hin='helm install' +alias hun='helm uninstall' alias hse='helm search' alias hup='helm upgrade' |
