Skip to content

Commit

Permalink
Auto update readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielNagy authored Jul 5, 2022
1 parent 109ca4c commit a3feb66
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 12 deletions.
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ To load completions for every new session, execute once:

###### macOS:

adsysctl completion bash > /usr/local/etc/bash_completion.d/adsysctl
adsysctl completion bash > $(brew --prefix)/etc/bash_completion.d/adsysctl

You will need to start a new shell for this setup to take effect.

Expand Down Expand Up @@ -224,6 +224,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 <(adsysctl completion zsh); compdef _adsysctl adsysctl

To load completions for every new session, execute once:

###### Linux:
Expand All @@ -232,7 +236,7 @@ To load completions for every new session, execute once:

###### macOS:

adsysctl completion zsh > /usr/local/share/zsh/site-functions/_adsysctl
adsysctl completion zsh > $(brew --prefix)/share/zsh/site-functions/_adsysctl

You will need to start a new shell for this setup to take effect.

Expand Down Expand Up @@ -605,7 +609,7 @@ To load completions for every new session, execute once:

###### macOS:

adsysd completion bash > /usr/local/etc/bash_completion.d/adsysd
adsysd completion bash > $(brew --prefix)/etc/bash_completion.d/adsysd

You will need to start a new shell for this setup to take effect.

Expand Down Expand Up @@ -733,6 +737,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 <(adsysd completion zsh); compdef _adsysd adsysd

To load completions for every new session, execute once:

###### Linux:
Expand All @@ -741,7 +749,7 @@ To load completions for every new session, execute once:

###### macOS:

adsysd completion zsh > /usr/local/share/zsh/site-functions/_adsysd
adsysd completion zsh > $(brew --prefix)/share/zsh/site-functions/_adsysd

You will need to start a new shell for this setup to take effect.

Expand Down Expand Up @@ -864,7 +872,7 @@ To load completions for every new session, execute once:

###### macOS:

adwatchd completion bash > /usr/local/etc/bash_completion.d/adwatchd
adwatchd completion bash > $(brew --prefix)/etc/bash_completion.d/adwatchd

You will need to start a new shell for this setup to take effect.

Expand Down Expand Up @@ -968,6 +976,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 <(adwatchd completion zsh); compdef _adwatchd adwatchd

To load completions for every new session, execute once:

###### Linux:
Expand All @@ -976,7 +988,7 @@ To load completions for every new session, execute once:

###### macOS:

adwatchd completion zsh > /usr/local/share/zsh/site-functions/_adwatchd
adwatchd completion zsh > $(brew --prefix)/share/zsh/site-functions/_adwatchd

You will need to start a new shell for this setup to take effect.

Expand Down
24 changes: 18 additions & 6 deletions doc/12.-Command-line-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To load completions for every new session, execute once:

###### macOS:

adsysctl completion bash > /usr/local/etc/bash_completion.d/adsysctl
adsysctl completion bash > $(brew --prefix)/etc/bash_completion.d/adsysctl

You will need to start a new shell for this setup to take effect.

Expand Down Expand Up @@ -217,6 +217,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 <(adsysctl completion zsh); compdef _adsysctl adsysctl

To load completions for every new session, execute once:

###### Linux:
Expand All @@ -225,7 +229,7 @@ To load completions for every new session, execute once:

###### macOS:

adsysctl completion zsh > /usr/local/share/zsh/site-functions/_adsysctl
adsysctl completion zsh > $(brew --prefix)/share/zsh/site-functions/_adsysctl

You will need to start a new shell for this setup to take effect.

Expand Down Expand Up @@ -598,7 +602,7 @@ To load completions for every new session, execute once:

###### macOS:

adsysd completion bash > /usr/local/etc/bash_completion.d/adsysd
adsysd completion bash > $(brew --prefix)/etc/bash_completion.d/adsysd

You will need to start a new shell for this setup to take effect.

Expand Down Expand Up @@ -726,6 +730,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 <(adsysd completion zsh); compdef _adsysd adsysd

To load completions for every new session, execute once:

###### Linux:
Expand All @@ -734,7 +742,7 @@ To load completions for every new session, execute once:

###### macOS:

adsysd completion zsh > /usr/local/share/zsh/site-functions/_adsysd
adsysd completion zsh > $(brew --prefix)/share/zsh/site-functions/_adsysd

You will need to start a new shell for this setup to take effect.

Expand Down Expand Up @@ -857,7 +865,7 @@ To load completions for every new session, execute once:

###### macOS:

adwatchd completion bash > /usr/local/etc/bash_completion.d/adwatchd
adwatchd completion bash > $(brew --prefix)/etc/bash_completion.d/adwatchd

You will need to start a new shell for this setup to take effect.

Expand Down Expand Up @@ -961,6 +969,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 <(adwatchd completion zsh); compdef _adwatchd adwatchd

To load completions for every new session, execute once:

###### Linux:
Expand All @@ -969,7 +981,7 @@ To load completions for every new session, execute once:

###### macOS:

adwatchd completion zsh > /usr/local/share/zsh/site-functions/_adwatchd
adwatchd completion zsh > $(brew --prefix)/share/zsh/site-functions/_adwatchd

You will need to start a new shell for this setup to take effect.

Expand Down

0 comments on commit a3feb66

Please sign in to comment.