Commit 88a3ac9e authored by Mark Beierl's avatar Mark Beierl
Browse files

Bug 1935

Updates the documentation of how to create auto-complete for osmclient
parent e0e0a01c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: