mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-08-02 07:59:16 +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,8 +127,13 @@ them to any POSIX environment that has Bash installed.
|
||||
export PATH=~/.kubectx:\$PATH
|
||||
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:
|
||||
|
||||
``` bash
|
||||
|
Loading…
Reference in New Issue
Block a user