1. 29 Jun, 2023 2 commits
    • Andrei Polushin's avatar
      fix(docker): use `docker --version` instead of `docker version` · 73c4764e
      Andrei Polushin authored
      `docker version` subcommand is able to return both docker client and
      docker daemon information.  To get a daemon version, it connects to a
      possibly remote daemon.  If the remote daemon is not accessible, the
      client waits for some time, until it gets interrupted by timeout.
      
      As a result we can have a docker client running in background. When zsh
      session is rather short, a terminal application (iTerm2) starts asking
      if that background docker process should be stopped.
      
      On the other hand, to get a docker client version only, we can use
      `docker --version` instead. It does not connect to a daemon.
      
      Closes #11780
      73c4764e
    • Carlo Sala's avatar
      fix(docker): add static completion script · 723af07a
      Carlo Sala authored
      723af07a
  2. 26 Jun, 2023 3 commits
  3. 20 Jun, 2023 4 commits
  4. 19 Jun, 2023 1 commit
  5. 17 Jun, 2023 1 commit
  6. 16 Jun, 2023 1 commit
  7. 15 Jun, 2023 4 commits
  8. 11 Jun, 2023 1 commit
  9. 08 Jun, 2023 1 commit
  10. 07 Jun, 2023 1 commit
  11. 05 Jun, 2023 4 commits
  12. 02 Jun, 2023 1 commit
  13. 31 May, 2023 1 commit
  14. 26 May, 2023 1 commit
  15. 25 May, 2023 1 commit
  16. 24 May, 2023 1 commit
  17. 23 May, 2023 2 commits
  18. 22 May, 2023 1 commit
    • rogarb's avatar
      feat(bureau): ignore hidden git repos (#11707) · 444e7157
      rogarb authored
      The git_prompt_info() function in lib/git.zsh ignores git repos which
      contains a specific config key, allowing to effectively "hide" them from
      the prompt. Unfortunately, the bureau theme doesn't use the library
      function to build its prompt.
      
      This commit modifies the specific prompt generation function in the
      bureau theme in order to achieve the same behaviour.
      444e7157
  19. 21 May, 2023 3 commits
  20. 15 May, 2023 1 commit
  21. 12 May, 2023 1 commit
  22. 09 May, 2023 3 commits
  23. 06 May, 2023 1 commit