0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Updated Cheatsheet (markdown)

Ajeet D'Souza 2021-06-14 00:05:45 +05:30
parent fe3b403c71
commit 60c47c5f1e

@ -283,4 +283,16 @@ You also find these commands in Dash as a Cheat-sheet.
| :------- | :---------------------------- |
| _RED_ | RAILS_ENV=development |
| _REP_ | RAILS_ENV=production |
| _RET_ | RAILS_ENV=test |
| _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`) |