This website requires JavaScript.
Explore
Help
Sign In
adam
/
laughing-hipster
mirror of
https://github.com/adamveld12/laughing-hipster
Watch
1
Star
0
Fork
You've already forked laughing-hipster
0
Code
Issues
Releases
Wiki
Activity
16a5456fd7
laughing-hipster
/
plugins
/
helm
/
helm.sh
5 lines
90 B
Bash
Raw
Blame
History
#!/bin/env bash
if
[
[
-f
"
$(
which helm 2>
&
1
)
"
]
]
;
then
source
<
(
helm completion zsh
)
fi
Reference in New Issue
View Git Blame
Copy Permalink