mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 12:48:01 +00:00
history: Update doc to accommodate recent macOS
In recent versions of macOS (Catalina and above), `HISTFILE` is set via system `/etc/zshrc`.
This commit is contained in:
parent
428632ac07
commit
ce937020ce
@ -3,9 +3,10 @@ History
|
|||||||
|
|
||||||
Sets [history][1] options and defines history aliases.
|
Sets [history][1] options and defines history aliases.
|
||||||
|
|
||||||
**Note:** If you are migrating from oh-my-zsh and want to keep your history, you
|
**Note:** If you are migrating from [Oh My Zsh][2] and are not on a recent
|
||||||
will either need to set `HISTFILE` manually to `$HOME/.zsh_history` or rename
|
version of macOS and want to keep your history, you will either need to set
|
||||||
`~/.zsh_history` to `~/.zhistory`.
|
`HISTFILE` manually to `$HOME/.zsh_history` or rename `~/.zsh_history` to
|
||||||
|
`~/.zhistory`.
|
||||||
|
|
||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
@ -39,10 +40,11 @@ Aliases
|
|||||||
Authors
|
Authors
|
||||||
-------
|
-------
|
||||||
|
|
||||||
*The authors of this module should be contacted via the [issue tracker][2].*
|
*The authors of this module should be contacted via the [issue tracker][3].*
|
||||||
|
|
||||||
- [Robby Russell](https://github.com/robbyrussell)
|
- [Robby Russell](https://github.com/robbyrussell)
|
||||||
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
||||||
|
|
||||||
[1]: http://zsh.sourceforge.net/Guide/zshguide02.html#l16
|
[1]: http://zsh.sourceforge.net/Guide/zshguide02.html#l16
|
||||||
[2]: https://github.com/sorin-ionescu/prezto/issues
|
[2]: https://github.com/ohmyzsh/ohmyzsh
|
||||||
|
[3]: https://github.com/sorin-ionescu/prezto/issues
|
||||||
|
Loading…
Reference in New Issue
Block a user