diff --git a/10-osm-client-commands-reference.md b/10-osm-client-commands-reference.md index fdc343d7bd93992a89e649b660ebb51c49c74706..9c202fc8dc09a6066634201b9d5b5eadafa82a46 100644 --- a/10-osm-client-commands-reference.md +++ b/10-osm-client-commands-reference.md @@ -553,7 +553,7 @@ You can enable autocompletion in OSM client by creating a file osm-complete.sh i ```bash mkdir -p $HOME/.bash_completion.d -_OSM_COMPLETE=source osm > $HOME/.bash_completion.d/osm-complete.sh +_OSM_COMPLETE=bash_source osm > $HOME/.bash_completion.d/osm-complete.sh ``` Then you can add the following to your $HOME/.bashrc file: