mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-08-12 04:31:59 +00:00
README.md: add fish completion installation hint (#106)
This should work for most users anyway.
This commit is contained in:
parent
dfeb7df363
commit
4a7d7cf025
@ -127,7 +127,12 @@ them to any POSIX environment that has Bash installed.
|
|||||||
export PATH=~/.kubectx:\$PATH
|
export PATH=~/.kubectx:\$PATH
|
||||||
FOE
|
FOE
|
||||||
```
|
```
|
||||||
- For fish: Figure out how to install completion scripts and please document here
|
- For fish:
|
||||||
|
```fish
|
||||||
|
mkdir -p ~/.config/fish/completions
|
||||||
|
ln -s /opt/kubectx/completion/kubectx.fish ~/.config/fish/completions/
|
||||||
|
ln -s /opt/kubectx/completion/kubens.fish ~/.config/fish/completions/
|
||||||
|
```
|
||||||
|
|
||||||
Example installation steps:
|
Example installation steps:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user