From 139ec3efdc0e0b3061e46ab5e4c1760aef3d2a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Mayer=20Paix=C3=A3o?= Date: Sun, 11 Feb 2018 21:15:19 -0200 Subject: [PATCH] Fix typo --- Plugins-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins-Overview.md b/Plugins-Overview.md index 496594a..6b0c3e8 100644 --- a/Plugins-Overview.md +++ b/Plugins-Overview.md @@ -31,7 +31,7 @@ | [history](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/history) | aliases: h for history, hsi for grepping history | | [history-substring-search**](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/history-substring-search) | implementation of fish history substring search | | [kate](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/kate) | Kate text editor alias http://kate-editor.org/ | -| [last-working-dir](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/last-working-dir) | same as dirpresist | +| [last-working-dir](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/last-working-dir) | same as dirpersist | | [mosh](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/mosh) | mobile shell with roaming (wifi, mobile networks) and local echo http://mosh.mit.edu/ | | [pass](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/pass) | pass utility autocompletion | | [per-directory-history](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/per-directory-history) | self-descriptive |