mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
wd: Update README
This commit is contained in:
parent
36f8345649
commit
fe723da553
1 changed files with 4 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ Also, you may have to force a rebuild of `zcompdump` by running:
|
|||
|
||||
Note, a warp point cannot contain colons, or only consist of only spaces and dots. The first will conflict in how `wd` stores the warp points, and the second will conflict other features, as below.
|
||||
|
||||
You can omit point name to use the current directory's name instead.
|
||||
|
||||
* From an other directory (not necessarily), warp to `foo` with:
|
||||
|
||||
$ wd foo
|
||||
|
|
@ -84,6 +86,8 @@ Also, you may have to force a rebuild of `zcompdump` by running:
|
|||
|
||||
$ wd rm foo
|
||||
|
||||
You can omit point name to use the current directory's name instead.
|
||||
|
||||
* List all warp points (stored in `~/.warprc`):
|
||||
|
||||
$ wd list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue