Skip to content

Commit

Permalink
change completion setup documentation for cmemc v23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Aug 29, 2023
1 parent a9be4c2 commit f51b575
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ We suggest using [zsh](https://en.wikipedia.org/wiki/Z_shell) so you can take ad
In order to enable tab completion with **zsh** run the following command:

``` shell-session title="completion setup for zsh"
$ eval "$(_CMEMC_COMPLETE=source_zsh cmemc)"
$ eval "$(_CMEMC_COMPLETE=zsh_source cmemc)"
```

In order to enable tab completion with **bash** run the following command:

``` shell-session title="completion setup for bash"
$ eval "$(_CMEMC_COMPLETE=source cmemc)"
$ eval "$(_CMEMC_COMPLETE=bash_source cmemc)"
```

You may want to add this line to your `.bashrc` or `.zshrc`.
Expand Down

0 comments on commit f51b575

Please sign in to comment.