oh-my-fish/pkg/omf/functions/core
Derek Stavis a716badfd4 Implement safe shell reloading inside omf plugin
This commit adds an improved reload code for Oh My Fish, besides
saving the history now the reloading technique keeps directory
history and stack and clears fish_greeting, for a transparent
transition.

The reloading code is now safe regarding to background jobs. exec
wipes fish job control, so the user-facing code under the (just-
introduced by this commit) `omf reload` command is kept safe by a
warning. For testing purposes, `omf update` and `omf remove` rolls
automatic refresh only when `OMF_AUTO_RELOAD` variable is set.

Recap of the commit:
- Add improved reload code (omf.reload)
- Add a safe reload code (omf.cli.reload)
- Add `omf reload` command
- Add opt-in reload to `omf update` and `omf remove` commands
2016-03-24 18:43:23 -03:00
..
omf.core.update.fish Reorganize omf plugin structure 2016-01-09 18:59:54 -02:00
omf.destroy.fish Reorganize omf plugin structure 2016-01-09 18:59:54 -02:00
omf.doctor.fish omf doctor checks for fish & git versions 2016-03-24 09:01:18 +02:00
omf.reload.fish Implement safe shell reloading inside omf plugin 2016-03-24 18:43:23 -03:00
omf.xdg.config_home.fish Reorganize omf plugin structure 2016-01-09 18:59:54 -02:00