From 9c7d02e4283ef32a02330ece8864deec6542cb78 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Thu, 14 Feb 2019 16:42:07 +0800 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a133f5c..6c58851 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ NOTE: For fish shell, this feature requires fish 2.7.0 or above. You can specify New option `"-b"` can quickly go back to a specific parent directory in bash instead of typing "cd ../../.." redundantly. - **(No argument)**: `cd` into the project root, the project root is one of the parent directory with `.git`/`.hg`/`.svn` in it -- **(One argument)**: `cd` into the closest parent starting with keyword, if not find, goto the parent containing keywords. +- **(One argument)**: `cd` into the closest parent starting with keyword, if not find, goto the parent containing keyword. - **(Two arguments)**: replace the first value with the second one (in the current path). Let's start by aliasing `z -b` to `zb`: