mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Clean up plugin READMEs and a few plugins
- fasd - history - mercurial - pylint - repo - yii2
This commit is contained in:
parent
ff6d111d79
commit
610b2529d2
73 changed files with 528 additions and 535 deletions
|
|
@ -6,4 +6,10 @@ for new shells, unless:
|
|||
- The plugin is already loaded.
|
||||
- The current `$PWD` is not `$HOME`.
|
||||
|
||||
Adds `lwd` function to jump to the last working directory.
|
||||
Also adds `lwd` function to jump to the last working directory.
|
||||
|
||||
To use it, add `last-working-dir` to the plugins array in your zshrc file:
|
||||
|
||||
```zsh
|
||||
plugins=(... last-working-dir)
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue