Skip to content

Commit 3470980

Browse files
authored
ZSH plugin added (#39)
1 parent 88ba6c0 commit 3470980

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ then add to your .bashrc/.zshrc file:
2121
[ -f <path-to>/fubectl.source ] && source <path-to>/fubectl.source
2222
```
2323

24+
Alternatively you can install fubectl using the ZSH plugin manager of your
25+
choice.
26+
2427
## What can it do?
2528

2629
### k - alias for kubectl

fubectl.plugin.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
. "$(dirname "${(%):-%N}")/fubectl.source"

0 commit comments

Comments
 (0)