Skip to content
Snippets Groups Projects
  1. Jan 20, 2016
  2. Jan 16, 2016
  3. Dec 31, 2015
  4. Nov 18, 2015
  5. Nov 03, 2015
  6. Nov 02, 2015
  7. Oct 15, 2015
  8. Oct 05, 2015
  9. Oct 04, 2015
  10. Oct 03, 2015
    • Derek Stavis's avatar
      Save history before replacing shell process · 8b8a7c8d
      Derek Stavis authored
      Fixes an issue with history between shell reloads via refresh function call.
      As `exec` replaces the current process in a non-gently fashion, the
      persistent history could be out of sync with the in-memory history.
      
      Calling `history --save` before `exec` should force the shell to persist the
      history before replacing the current process.
      8b8a7c8d
    • Bruno Pinto's avatar
      Don't overwrite function on test environment · 319c8a05
      Bruno Pinto authored
      Instead of overwriting functions that use `exec fish` on test
      environment, skip this call if the variable `CI` has been defined on the
      running shell.
      319c8a05
    • Bruno Pinto's avatar
      Add `require` function to support plugin dep · 30ab0544
      Bruno Pinto authored
      In order to support dependency between plugins a function called
      `require` has been added.
      30ab0544
  11. Sep 15, 2015
  12. Sep 06, 2015
    • Bruno Pinto's avatar
      Remove unnecessary code · 8aa6bf7e
      Bruno Pinto authored
      This was actually trying to load PATHs that do not exist under $OMF_CONFIG
      directory and sourcing files that did not exist.
      8aa6bf7e
  13. Sep 04, 2015
  14. Aug 27, 2015
  15. Aug 26, 2015