This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git. Updated .
  1. 12 May, 2016 1 commit
  2. 10 May, 2016 3 commits
  3. 08 May, 2016 1 commit
  4. 29 Apr, 2016 2 commits
  5. 28 Apr, 2016 2 commits
  6. 20 Apr, 2016 3 commits
  7. 19 Apr, 2016 8 commits
  8. 18 Apr, 2016 2 commits
  9. 17 Apr, 2016 1 commit
  10. 31 Mar, 2016 4 commits
  11. 30 Mar, 2016 2 commits
  12. 28 Mar, 2016 3 commits
  13. 27 Mar, 2016 1 commit
  14. 25 Mar, 2016 3 commits
    • Itzik Ephraim's avatar
      f6b9bdd9
    • Justin Hileman's avatar
      Merge pull request #266 from oh-my-fish/safe-exec · 2526efd9
      Justin Hileman authored
      Implement safe shell reloading inside omf plugin
      2526efd9
    • Derek Stavis's avatar
      Implement safe shell reloading inside omf plugin · a716badf
      Derek Stavis authored
      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
      a716badf
  15. 24 Mar, 2016 4 commits