Commit ba6ae875 authored by garciadeblas's avatar garciadeblas
Browse files

Merge branch 'beierlm-master-patch-91808' into 'master'

Bug 1935

See merge request !103
parents e0e0a01c 88a3ac9e
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: