You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/docs/cli/reload.adoc

10 lines
319 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.