summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-05-08fix(cli): fix edge cases in `omz plugin disable` command (#12401)Marc Cornellà
2024-05-02feat(termsupport): support `alacritty*` TERM (#12392)stefan
2024-04-22chore(async): reenable async prompt by default on zsh < 5.0.6 (#12358)Marc Cornellà
2024-04-22fix(async): fix crash on zsh < 5.0.6 (#12358)Marc Cornellà
2024-04-18fix(history): add `t` option to history wrapper (#12365)Martin Hans
2024-04-18fix(updater): abort update if `$ZSH` is not a git repositoryMarc Cornellà
2024-04-18fix(history): fix `history -c` (#12362)Marc Cornellà
2024-04-17fix(git): turn off async prompt by default on zsh < 5.0.6 (#12331)Marc Cornellà
2024-04-16fix(history): fix edge cases introduced in #12341 (#12357)Martin Hans
2024-04-09fix(history): revert to old behavior when no args passed (#12341)MoAlkhateeb
2024-04-09fix(history)!: fix arg passing to `fc` for `history` command (#12338)MoAlkhateeb
2024-04-05fix(lib/git): fix detection of function use in promptMarc Cornellà
2024-04-04perf(async): avoid executing `true` if not required (#12318)Loïc Yhuel
2024-04-04fix(git): disable locally `ksharrays`Carlo Sala
2024-04-03feat(git): implement async completion for `git_prompt_status` (#12319)Loïc Yhuel
2024-04-03feat(git)!: enable async git prompt (now for real)Marc Cornellà
2024-04-03fix(async): avoid blocking the shell while waiting (#12304)Loïc Yhuel
2024-03-26style: remove trailing whitespace (#12303)vladislav doster
2024-03-14docs: fix typos (#12284)shuangcui
2024-03-09fix(async): register the git prompt async handler correctly (#12267)Marc Cornellà
2024-03-07fix(git): disable temporarely async promptCarlo Sala
2024-03-07feat(async)!: implement async prompt API and apply to git prompt (#12257)Marc Cornellà
2024-02-12fix(key-bindings): bind default arrow keys to `beginning-search`Carlo Sala
2024-02-08style(completion): remove extra space (#12206)vladislav doster
2024-02-03fix(prompt): quote ruby prompt (#12195)Taylor Cochran
2024-01-21feat(spectrum): add `FX[dim]` format (#12172)Michal
2023-12-31fix(clipboard): remove clippaste additional newline on wayland (#12140)Jordan Galby
2023-12-06fix(lib): patch `omz_urlencode` to not encode UTF-8 chars in Termux (#12076)Marc Cornellà
2023-11-27fix(misc): only set PAGER if `less` or `more` are available (#12060)Bernard Grymonpon
2023-10-19fix(termsupport): add workaround for directory tracking issues in KonsoleMarc Cornellà
2023-08-31fix(termsupport): match all `foot`-like terminfo (#11868)James Cuzella
2023-08-24fix(clipboard): load clipboard on usageCarlo Sala
2023-06-11fix(termsupport): don't report current working directory in SSH sessions (#11...Marc Cornellà
2023-06-08fix(termsupport): fix pwd report for Konsole (#11730)Marc Cornellà
2023-05-23fix(functions): use `command` envCarlo Sala
2023-05-09fix(theme-and-appearance): make bsd `ls` to be defaultCarlo Sala
2023-05-06feat(theme-and-appearance): allow disabling gnu-ls in bsdCarlo Sala
2023-04-20fix(cli): execute as expected if `ksh_arrays` is set (#11629)Erin Schlarb
2023-04-05feat(lib): send OSC 7 on directory change for more supported terminals (#9914)Alexander Schlarb
2023-04-04feat(termsupport): add contour terminal (#11599)Christian Parpart
2023-04-03feat(init)!: allow turning off aliases for libs and plugins (#11550)Marc Cornellà
2023-03-28feat(upgrade): add verbosity settingsHåvard Bartnes
2023-03-12fix(lib): set equivalent LS_COLORS and LSCOLORS variablesMarc Cornellà
2023-03-07fix(init): set completion colors on theme load, not with `precmd`Marc Cornellà
2023-03-03refactor(theme-and-appearance): reorganize and clean up logic (#11529)Marc Cornellà
2023-03-03fix(lib): use `$BROWSER` in `open_command` if set (#11532)Marc Cornellà
2023-02-26fix(lib): fix case-insensitive completion for zsh 5.9 (#11526)Jannik
2023-02-24refactor: reorganize setopts in lib folderMarc Cornellà
2023-02-24fix(lib): fix return code after expected non-zero exit code (#11524)Marc Cornellà
2023-02-22fix(theme-and-appearance): avoid infinite recursionCarlo Sala