zoxide: add --interactive to remove example (#7977)

This commit is contained in:
Steve-V 2022-04-12 07:10:35 -04:00 committed by GitHub
parent 14a5e6b020
commit 3f7ce811f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,9 +20,9 @@
`zoxide add {{path/to/directory}}`
- Remove a directory from `zoxide`'s database:
- Remove a directory from `zoxide`'s database interactively:
`zoxide remove {{path/to/directory}}`
`zoxide remove {{path/to/directory}} --interactive`
- Generate shell configuration for command aliases (`z`, `za`, `zi`, `zq`, `zr`):