mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-05 16:16:24 +00:00
update command line docs
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
parent
9abb66ad1d
commit
2970af4873
@ -21,7 +21,7 @@ To load completions for every new session, execute once:
|
||||
|
||||
#### macOS:
|
||||
|
||||
d2vm completion bash > /usr/local/etc/bash_completion.d/d2vm
|
||||
d2vm completion bash > $(brew --prefix)/etc/bash_completion.d/d2vm
|
||||
|
||||
You will need to start a new shell for this setup to take effect.
|
||||
|
||||
|
@ -11,6 +11,10 @@ to enable it. You can execute the following once:
|
||||
|
||||
echo "autoload -U compinit; compinit" >> ~/.zshrc
|
||||
|
||||
To load completions in your current shell session:
|
||||
|
||||
source <(d2vm completion zsh)
|
||||
|
||||
To load completions for every new session, execute once:
|
||||
|
||||
#### Linux:
|
||||
@ -19,7 +23,7 @@ To load completions for every new session, execute once:
|
||||
|
||||
#### macOS:
|
||||
|
||||
d2vm completion zsh > /usr/local/share/zsh/site-functions/_d2vm
|
||||
d2vm completion zsh > $(brew --prefix)/share/zsh/site-functions/_d2vm
|
||||
|
||||
You will need to start a new shell for this setup to take effect.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user