oh-my-fish/docs/cli/reload.adoc

10 lines
319 B
Plaintext
Raw Normal View History

Reload the current shell.
== USAGE
omf reload
== DESCRIPTION
2017-06-18 05:19:36 +08:00
Reload Oh My Fish and all plugins by using `exec` to replace current shell process with a brand new process.
This command tries to be as safe as possible, mitigating side-effects caused by exec and preventing the reload in case of background processes.