From 66b9ea7d44740be0d8185b4623398f27fed8104d Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Mon, 20 Jan 2020 07:50:42 -0800 Subject: [PATCH] Update documentation - Fix an old link to the wrong issue tracker - Add documentation to the history module about migration from oh-my-zsh Closes #1766 --- modules/editor/README.md | 2 +- modules/history/README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/editor/README.md b/modules/editor/README.md index d5280c45..7035635b 100644 --- a/modules/editor/README.md +++ b/modules/editor/README.md @@ -106,4 +106,4 @@ Authors - [Sorin Ionescu](https://github.com/sorin-ionescu) -[1]: https://github.com/sorin-ionescu/oh-my-zsh/issues +[1]: https://github.com/sorin-ionescu/prezto/issues diff --git a/modules/history/README.md b/modules/history/README.md index a5a4acb1..1a03bd95 100644 --- a/modules/history/README.md +++ b/modules/history/README.md @@ -3,6 +3,10 @@ History Sets [history][1] options and defines history aliases. +**Note:** If you are migrating from oh-my-zsh and want to keep your history, you +will either need to set HISTFILE manually to `$HOME/.zsh_history` or rename +`~/.zsh_history` to ~/.zhistory`. + Options -------