Skip to content
  1. Apr 09, 2024
    • MoAlkhateeb's avatar
      fix(history)!: fix arg passing to `fc` for `history` command (#12338) · a8f7f9f7
      MoAlkhateeb authored
      BREAKING CHANGE: we have fixed a bug in the `history` wrapper for OMZ which means
      that running just history will now not show all the history since the 1st command,
      but only recent ones. To get the previous behavior, you can run `history 1` to get
      all the command history, or other commands such as `history -30` to get the last
      30 commands.
      a8f7f9f7
  2. Apr 08, 2024
  3. Apr 06, 2024
  4. Apr 05, 2024
  5. Apr 04, 2024
  6. Apr 03, 2024
  7. Mar 30, 2024
  8. Mar 26, 2024
  9. Mar 25, 2024
  10. Mar 21, 2024
  11. Mar 16, 2024
  12. Mar 15, 2024
  13. Mar 14, 2024
  14. Mar 12, 2024
  15. Mar 10, 2024
  16. Mar 09, 2024
    • Marc Cornellà's avatar
      fix(async): register the git prompt async handler correctly (#12267) · 06753e81
      Marc Cornellà authored
      This fix conditionally registers the git prompt async handler only
      if `git_prompt_info` is used anywhere in the prompt variables.
      
      This is done in the proper order, so that the async request is
      processed once the handler has been registered.
      
      This fix also passes the return value of the previous command
      to each of the async handlers, in case they are needed.
      06753e81
  17. Mar 07, 2024
  18. Mar 04, 2024
Loading