We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ba6c0 commit 3470980Copy full SHA for 3470980
README.md
@@ -21,6 +21,9 @@ then add to your .bashrc/.zshrc file:
21
[ -f <path-to>/fubectl.source ] && source <path-to>/fubectl.source
22
```
23
24
+Alternatively you can install fubectl using the ZSH plugin manager of your
25
+choice.
26
+
27
## What can it do?
28
29
### k - alias for kubectl
fubectl.plugin.zsh
@@ -0,0 +1 @@
1
+. "$(dirname "${(%):-%N}")/fubectl.source"
0 commit comments