mirror of https://github.com/ohmyzsh/ohmyzsh.git
Updated Cheatsheet (markdown)
parent
fe3b403c71
commit
60c47c5f1e
|
@ -284,3 +284,15 @@ You also find these commands in Dash as a Cheat-sheet.
|
|||
| _RED_ | RAILS_ENV=development |
|
||||
| _REP_ | RAILS_ENV=production |
|
||||
| _RET_ | RAILS_ENV=test |
|
||||
|
||||
## zoxide
|
||||
|
||||
| Command | Description |
|
||||
| :---------- | :---------------------------------------------------------- |
|
||||
| `z foo` | `cd` into highest ranked directory matching `foo` |
|
||||
| `z foo bar` | `cd` into highest ranked directory matching `foo` and `bar` |
|
||||
| `z ~/foo` | `z` also works like a regular `cd` command |
|
||||
| `z foo/` | `cd` into relative path |
|
||||
| `z ..` | `cd` one level up |
|
||||
| `z -` | `cd` into previous directory |
|
||||
| `zi foo ` | `cd` with interactive selection (using `fzf`) |
|
Loading…
Reference in New Issue