mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-29 12:03:47 +08:00
8 lines
318 B
Plaintext
8 lines
318 B
Plaintext
Reload the current shell.
|
|
|
|
== USAGE
|
|
omf reload
|
|
|
|
== DESCRIPTION
|
|
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.
|