summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-08-18feat(cli): add `theme set` subcommand to change theme in .zshrcMarc Cornellà
2021-08-18style(cli): print usage messages to stderrMarc Cornellà
2021-08-17fix(lib): fix clipboard copy on TermuxMarc Cornellà
2021-08-17style(cli): fill rows in column output in theme and plugin `list` commandsMarc Cornellà
2021-08-17refactor(cli): extract substitution awk script in `plugin disable`Marc Cornellà
2021-08-17fix(cli): fix multiple errors in `plugin disable/enable`Marc Cornellà
2021-08-17feat(cli): add subcommands for plugin `enable` and `disable` (#9869)pollyduan
2021-08-13feat(cli): add `plugin load` subcommand (#9872)James Eapen
2021-08-10refactor(lib): refactor take functionsMarc Cornellà
2021-08-10feat(lib): add `mkcd` as equivalent to `takedir` (#9749)Marc Cornellà
2021-06-17fix(lib): remove `kubectx` stub prompt function from libMarc Cornellà
2021-06-13feat(kubectx): adding a new plugin for 'kubectx' (#6114)Stanisław Szydło
2021-06-11feat(take): add support to `take' for taking remote urls (#2029)Mitchel Humpherys
2021-03-25fix: use `$USERNAME` guaranteed to always be defined in zshMarc Cornellà
2021-03-08fix(terraform): use faster method to get workspace (#9709)Vlad Korolev
2021-03-01fix(update): don't error on upgrade no-op (#9685)Cai Cooper
2021-01-16fix(lib): use -N syntax in `head` and `tail` to support Solaris (#6391)Marc Cornellà
2021-01-07fix(lib): update Emacs terminal detection in `title` function (#9577)Kyle Gerard Felker
2021-01-05fix(CLI): show symlinked themes in `omz theme list`Marc Cornellà
2021-01-03feat(CLI): add `plugin info` subcommand (#9452)Fernando Crespo
2021-01-02fix(lib): mark changes as MODIFIED on 'MM' in `git_prompt_status` (#9552)Seamile
2020-12-31fix(CLI): properly get zsh command in `omz update` (#9558)Marc Cornellà
2020-12-10chore!: notify breaking change in `git_prompt_info`Marc Cornellà
2020-12-10feat(lib): show upstream branch in `git_prompt_info` (#9188)Bruno Borges
2020-12-07feat(lib)!: soft-deprecate `upgrade_oh_my_zsh` function for everybodyMarc Cornellà
2020-12-07fix(updater): don't show changelog when running unattended update (#9495)Marc Cornellà
2020-12-04feat(CLI): add `--unattended` flag to `omz update` to not reload zsh (#9187)Marc Cornellà
2020-11-30feat(CLI): add `omz changelog` commandMarc Cornellà
2020-11-30fix(updater): correctly restart the zsh session when the update pulled changesMarc Cornellà
2020-11-30refactor(updater): switch to Zsh execution and fix git remote detection logicMarc Cornellà
2020-11-09fix(lib): make opts local in omz_urlencode to fix scoping bugMarc Cornellà
2020-11-09Revert "lib: remove share_history"Marc Cornellà
2020-10-27lib: delete zsh session history listMarc Cornellà
2020-10-21Revert "lib: treat _ and - as part of a word"Marc Cornellà
2020-10-20lib: follow symlinked plugins in `plugin list` CLI commandMarc Cornellà
2020-10-18lib: allow bare output in theme and plugins list commandMarc Cornellà
2020-10-18lib: use `column` to format plugin and theme list CLI commandsMarc Cornellà
2020-10-10lib: fix regex bug in git_prompt_statusMarc Cornellà
2020-10-10lib: remove share_historyMarc Cornellà
2020-10-10lib: fix `omz help` and rewordMarc Cornellà
2020-10-10lib: fix fmt removing ESC characters in theme and plugin list CLI commandsMarc Cornellà
2020-10-09nvm: simplify nvm.sh and bash completion loadingMarc Cornellà
2020-10-09nvm: use `nvm current` in nvm_prompt_info and look in alternate install locat...Andrew Janke
2020-10-09lib: fix formatting in `omz pr clean` CLI commandMarc Cornellà
2020-10-09lib: add plugin and theme subcommands and fix `omz pr clean`Marc Cornellà
2020-10-09Fix performance drop of iterating over lines and other stuffMarc Cornellà
2020-10-09git_prompt_status now uses hash lookups instead of multiple grepsBilly Conn
2020-10-09lib: hide git_prompt_status when hide-status is setMichał Dębski
2020-10-08lib: follow standards in window title (#9320)Michele Bologna
2020-09-29lib: support simple terminal in title functionMarc Cornellà