1. 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
  2. 21 May, 2023 3 commits
  3. 15 May, 2023 1 commit
  4. 12 May, 2023 1 commit
  5. 09 May, 2023 3 commits
  6. 06 May, 2023 2 commits
  7. 03 May, 2023 2 commits
  8. 02 May, 2023 2 commits
  9. 01 May, 2023 1 commit
    • Carlo Sala's avatar
      fix(init): avoid overwriting existing aliases · b22593cf
      Carlo Sala authored
      Fix regression introduced in #11550. If an existing alias was present in
      the moment of sourcing, and oh-my-zsh aliases were disabled for that
      file, it'd be overwritten aswell. See #11658.
      b22593cf
  10. 28 Apr, 2023 1 commit
  11. 27 Apr, 2023 3 commits
  12. 21 Apr, 2023 2 commits
  13. 20 Apr, 2023 3 commits
  14. 19 Apr, 2023 1 commit
  15. 18 Apr, 2023 1 commit
  16. 17 Apr, 2023 1 commit
  17. 16 Apr, 2023 1 commit
  18. 11 Apr, 2023 1 commit
  19. 09 Apr, 2023 2 commits
  20. 08 Apr, 2023 2 commits
  21. 07 Apr, 2023 2 commits
  22. 06 Apr, 2023 2 commits
    • Marc Cornellà's avatar
      fix(extract): fix conflict if compressed file has a folder of the same name · 49d34d00
      Marc Cornellà authored
      This change fixes the case where the compressed file (e.g. tools.tgz) only
      contains a folder with the same name (e.g. tools) in its root folder.
      
      tools.tgz:
      |- tools
         |- fileA.txt
         |- fileB.txt
         \- fileC.txt
      
      In that case, the "smart" folder creation mechanism will extract the files in
      a folder "tools", and this extraction folder will contain a single folder with
      the same name.
      
      Before this fix, the tool would try to move out the inside folder to the parent
      one, but there would already be a folder named "tools", so it would generate a
      conflict.
      
      This change first renames the inside folder to a random string, and only then
      it is moved outside and the old extraction folder is deleted.
      49d34d00
    • François M's avatar
      cf0c8004
  23. 04 Apr, 2023 2 commits