laughing-hipster/plugins/helm/helm.sh

5 lines
90 B
Bash

#!/bin/env bash
if [[ -f "$(which helm 2&>1)" ]]; then
source <(helm completion zsh)
fi