File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,13 +124,13 @@ pip3 install --user policy_sentry
124
124
To enable Bash completion, put this in your ` .bashrc ` :
125
125
126
126
``` bash
127
- eval " $( _POLICY_SENTRY_COMPLETE=source policy_sentry) "
127
+ eval " $( _POLICY_SENTRY_COMPLETE=bash_source policy_sentry) "
128
128
```
129
129
130
130
To enable ZSH completion, put this in your ` .zshrc ` :
131
131
132
132
```
133
- eval "$(_POLICY_SENTRY_COMPLETE=source_zsh policy_sentry)"
133
+ eval "$(_POLICY_SENTRY_COMPLETE=zsh_source policy_sentry)"
134
134
```
135
135
136
136
### Step 1: Create the Template
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ pip3 install --user policy_sentry
22
22
To enable Bash completion, put this in your ` .bashrc ` :
23
23
24
24
``` bash
25
- eval " $( _POLICY_SENTRY_COMPLETE=source policy_sentry) "
25
+ eval " $( _POLICY_SENTRY_COMPLETE=bash_source policy_sentry) "
26
26
```
27
27
28
28
To enable ZSH completion, put this in your ` .zshrc ` :
29
29
30
30
```
31
- eval "$(_POLICY_SENTRY_COMPLETE=source_zsh policy_sentry)"
31
+ eval "$(_POLICY_SENTRY_COMPLETE=zsh_source policy_sentry)"
32
32
```
You can’t perform that action at this time.
0 commit comments