mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-10 01:10:41 +01:00
Updated Plugins (markdown)
14
Plugins.md
14
Plugins.md
@@ -145,6 +145,7 @@ Below is a list of bundled plugins
|
|||||||
- [yum](#yum)
|
- [yum](#yum)
|
||||||
- [zeus](#zeus)
|
- [zeus](#zeus)
|
||||||
- [wd](#wd)
|
- [wd](#wd)
|
||||||
|
- [z](#z)
|
||||||
|
|
||||||
## apache2-macports
|
## apache2-macports
|
||||||
|
|
||||||
@@ -1878,4 +1879,15 @@ wd show
|
|||||||
###### _List all warp points (stored in `~/.warprc`):_
|
###### _List all warp points (stored in `~/.warprc`):_
|
||||||
```
|
```
|
||||||
wd list
|
wd list
|
||||||
```
|
```
|
||||||
|
##z
|
||||||
|
Change directory based on history
|
||||||
|
for example if you previously used
|
||||||
|
```
|
||||||
|
cd ~/.oh-my-zsh/plugins
|
||||||
|
```
|
||||||
|
Then using
|
||||||
|
```
|
||||||
|
z plug
|
||||||
|
```
|
||||||
|
Will move you to ~/.oh-my-zsh/plugins directory
|
||||||
Reference in New Issue
Block a user