From bf76a4e9c1b4455dcfef1068b49dc12bff08327d Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sun, 5 Apr 2020 20:45:59 +0530 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 088092a..084778c 100644 --- a/README.md +++ b/README.md @@ -113,11 +113,12 @@ NOTE: PWD hooks are currently not supported for POSIX shells. ### `init` flags -- `--no-define-aliases`: don't define extra aliases like `zi`, `zq`, `za`, and `zr` - `--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) - `prompt`: add an entry at every prompt - `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 @@ -148,4 +149,3 @@ automatically migrate your database to the new format, but it seems to be failing on some systems. For a quick fix, you can try removing the old database file: `rm ~/.zo` -