File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 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
124124To enable Bash completion, put this in your ` .bashrc ` :
125125
126126``` bash
127- eval " $( _POLICY_SENTRY_COMPLETE=source policy_sentry) "
127+ eval " $( _POLICY_SENTRY_COMPLETE=bash_source policy_sentry) "
128128```
129129
130130To enable ZSH completion, put this in your ` .zshrc ` :
131131
132132```
133- eval "$(_POLICY_SENTRY_COMPLETE=source_zsh policy_sentry)"
133+ eval "$(_POLICY_SENTRY_COMPLETE=zsh_source policy_sentry)"
134134```
135135
136136### Step 1: Create the Template
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ pip3 install --user policy_sentry
2222To enable Bash completion, put this in your ` .bashrc ` :
2323
2424``` bash
25- eval " $( _POLICY_SENTRY_COMPLETE=source policy_sentry) "
25+ eval " $( _POLICY_SENTRY_COMPLETE=bash_source policy_sentry) "
2626```
2727
2828To enable ZSH completion, put this in your ` .zshrc ` :
2929
3030```
31- eval "$(_POLICY_SENTRY_COMPLETE=source_zsh policy_sentry)"
31+ eval "$(_POLICY_SENTRY_COMPLETE=zsh_source policy_sentry)"
3232```
You can’t perform that action at this time.
0 commit comments