This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git. Updated .
  1. 01 Jun, 2016 2 commits
    • Derek Willian Stavis's avatar
      init: rewrite init process (#260) · a164ebdd
      Derek Willian Stavis authored
      * init: rewrite init process
      
      Now use pure globbing to generate 100% valid function and
      completion paths, effectively splitting the init process in two
      steps, one which paths are added, and other when initialization
      is done (sourcing init).
      
      This initialization code introduces a new interface for
      `init.fish` hook, which deprecates the previously used event
      model. The new interface injects three variables into `init.fish`:
      path, package and bundle. This variables can be used by the
      package to autoload paths, use bundled files, etc.
      
      Also supports key bindings by sourcing
      $OMF_CONFIG/key_bindings.fish and also key_bindings.fish in
      packages (plugins and themes) root directories. This is done
      when fish_user_key_bindings is called.
      
      * omf: migrate to new init hook
      
      * omf/templates: migrate to new init and uninstall hooks
      
      * docs: document new init and uninstall hooks interface
      
      * README: update new hook interface spec
      a164ebdd
    • Derek Willian Stavis's avatar
      17de8c4b
  2. 31 May, 2016 1 commit
  3. 17 May, 2016 3 commits
  4. 13 May, 2016 1 commit
  5. 12 May, 2016 1 commit
  6. 10 May, 2016 3 commits
  7. 08 May, 2016 1 commit
  8. 29 Apr, 2016 2 commits
  9. 28 Apr, 2016 2 commits
  10. 20 Apr, 2016 3 commits
  11. 19 Apr, 2016 8 commits
  12. 18 Apr, 2016 2 commits
  13. 17 Apr, 2016 1 commit
  14. 31 Mar, 2016 4 commits
  15. 30 Mar, 2016 2 commits
  16. 28 Mar, 2016 3 commits
  17. 27 Mar, 2016 1 commit