Skip to content

Commit

Permalink
Fix path for auto completions (donnemartin#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
frdmn authored and donnemartin committed Oct 19, 2016
1 parent 699e6a9 commit 9aaccab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ If `~/.xonshrc` does not exist, create it:

$ touch ~/.xonshrc

For example, if additional completions are found in `usr/local/etc/my_bash_completion.d/completion.bash`, add the following line in `~/.xonshrc`:
For example, if additional completions are found in `/usr/local/etc/my_bash_completion.d/completion.bash`, add the following line in `~/.xonshrc`:

```
$BASH_COMPLETIONS.append('/usr/local/etc/my_bash_completion.d/completion.bash')
Expand Down

0 comments on commit 9aaccab

Please sign in to comment.