mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-10 23:30:57 +00:00
Update README
This commit is contained in:
parent
342954cda0
commit
bf76a4e9c1
@ -113,11 +113,12 @@ NOTE: PWD hooks are currently not supported for POSIX shells.
|
|||||||
|
|
||||||
### `init` flags
|
### `init` flags
|
||||||
|
|
||||||
- `--no-define-aliases`: don't define extra aliases like `zi`, `zq`, `za`, and `zr`
|
|
||||||
- `--hook <HOOK>`: change the event that adds a new entry to the database (default: `prompt`)
|
- `--hook <HOOK>`: change the event that adds a new entry to the database (default: `prompt`)
|
||||||
- `none`: never add entries (this will make `zoxide` useless unless you manually configure a hook)
|
- `none`: never add entries (this will make `zoxide` useless unless you manually configure a hook)
|
||||||
- `prompt`: add an entry at every prompt
|
- `prompt`: add an entry at every prompt
|
||||||
- `pwd`: add an entry whenever you change directories
|
- `pwd`: add an entry whenever you change directories
|
||||||
|
- `--no-define-aliases`: don't define extra aliases like `zi`, `zq`, `za`, and `zr`
|
||||||
|
- `--z-cmd`: rename the `z` command to something else
|
||||||
|
|
||||||
### Environment variables
|
### Environment variables
|
||||||
|
|
||||||
@ -148,4 +149,3 @@ automatically migrate your database to the new format, but it seems to be
|
|||||||
failing on some systems.
|
failing on some systems.
|
||||||
|
|
||||||
For a quick fix, you can try removing the old database file: `rm ~/.zo`
|
For a quick fix, you can try removing the old database file: `rm ~/.zo`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user