mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
Clean up plugin READMEs and a few plugins
- fasd - history - mercurial - pylint - repo - yii2
This commit is contained in:
@@ -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)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user