615 Commits (6fbad5bf72fad4ecf30ba4d4ffee62bac582f0ed)

Author SHA1 Message Date
Cai Cooper 6fbad5bf72
fix(update): don't error on upgrade no-op (#9685) 5 years ago
Marc Cornellà 8b37f817c2 fix(lib): use -N syntax in `head` and `tail` to support Solaris (#6391) 5 years ago
Kyle Gerard Felker c9bf8b4a84
fix(lib): update Emacs terminal detection in `title` function (#9577) 5 years ago
Marc Cornellà 6b57839292 fix(CLI): show symlinked themes in `omz theme list` 5 years ago
Fernando Crespo 9e5f280f87
feat(CLI): add `plugin info` subcommand (#9452) 5 years ago
Seamile 88ffc2f666
fix(lib): mark changes as MODIFIED on 'MM' in `git_prompt_status` (#9552) 5 years ago
Marc Cornellà 0f6836701d fix(CLI): properly get zsh command in `omz update` (#9558) 5 years ago
Marc Cornellà 28265812f8 chore!: notify breaking change in `git_prompt_info` 5 years ago
Bruno Borges 2f39c68ab0
feat(lib): show upstream branch in `git_prompt_info` (#9188) 5 years ago
Marc Cornellà 4b7dba5b75 feat(lib)!: soft-deprecate `upgrade_oh_my_zsh` function for everybody 5 years ago
Marc Cornellà 5a888ff4ac fix(updater): don't show changelog when running unattended update (#9495) 5 years ago
Marc Cornellà 1aa2b18e29 feat(CLI): add `--unattended` flag to `omz update` to not reload zsh (#9187) 5 years ago
Marc Cornellà 7712da89ee feat(CLI): add `omz changelog` command 5 years ago
Marc Cornellà e093a4cf62 fix(updater): correctly restart the zsh session when the update pulled changes 5 years ago
Marc Cornellà 889cd7acf3 refactor(updater): switch to Zsh execution and fix git remote detection logic 5 years ago
Marc Cornellà a3e0f4f2af fix(lib): make opts local in omz_urlencode to fix scoping bug 5 years ago
Marc Cornellà 28ed2880c7 Revert "lib: remove share_history" 5 years ago
Marc Cornellà bad9ee0004 lib: delete zsh session history list 5 years ago
Marc Cornellà 3f42700c0d Revert "lib: treat _ and - as part of a word" 5 years ago
Marc Cornellà f9f45ca222 lib: follow symlinked plugins in `plugin list` CLI command 5 years ago
Marc Cornellà 7525b1d533 lib: allow bare output in theme and plugins list command 5 years ago
Marc Cornellà 902954d1cc lib: use `column` to format plugin and theme list CLI commands 5 years ago
Marc Cornellà 6e7b861675 lib: fix regex bug in git_prompt_status 6 years ago
Marc Cornellà 2376022890 lib: remove share_history 6 years ago
Marc Cornellà 75ae0e905f lib: fix `omz help` and reword 6 years ago
Marc Cornellà 982d010be5 lib: fix fmt removing ESC characters in theme and plugin list CLI commands 6 years ago
Marc Cornellà d8cb670235 nvm: simplify nvm.sh and bash completion loading 6 years ago
Andrew Janke ef44416df2 nvm: use `nvm current` in nvm_prompt_info and look in alternate install locations 6 years ago
Marc Cornellà fc6c9ca4b4 lib: fix formatting in `omz pr clean` CLI command 6 years ago
Marc Cornellà 1bb402190d lib: add plugin and theme subcommands and fix `omz pr clean` 6 years ago
Marc Cornellà 865f6572d5 Fix performance drop of iterating over lines and other stuff 6 years ago
Billy Conn 45a954cb0f git_prompt_status now uses hash lookups instead of multiple greps 6 years ago
Michał Dębski 297238b739 lib: hide git_prompt_status when hide-status is set 6 years ago
Michele Bologna 58ff4e1d2e
lib: follow standards in window title (#9320) 6 years ago
Marc Cornellà 274df9dc29 lib: support simple terminal in title function 6 years ago
Marc Cornellà 4ec055b890 lib: support alacritty $TERM in title function 6 years ago
Marc Cornellà 765966606d lib: correct :q syntax in title function for clarity 6 years ago
Marc Cornellà caff704f41 lib: clean up zsh_stats function 6 years ago
Marc Cornellà 50dc4ab357 lib: treat _ and - as part of a word 6 years ago
Marc Cornellà 89400f156a Remove zsh session restart on omz update and upgrade_oh_my_zsh 6 years ago
Marc Cornellà 7deda85f8c Fix upgrade_oh_my_zsh function deprecation 6 years ago
Marc Cornellà 079e7bb5e0 lib: remove CTRL-Backspace key binding altogether 6 years ago
Marc Cornellà 39c0073225 lib: remove CTRL-Backspace binding for vi keymaps 6 years ago
Dario Vladović 3935ccce64
cli: add update command (#9094) 6 years ago
Marc Cornellà cf347ef3e4 lib: bind to all keymaps when COMPLETION_WAITING_DOTS is set 6 years ago
Marc Cornellà e04564d528 lib: add CTRL-backspace and CTRL-delete to delete whole words 6 years ago
Marc Cornellà ec70c0c393 lib: bind keys to viins and vicmd keymaps and clean up file 6 years ago
Marc Cornellà f6bc949c05 lib: substitute COMPLETION_WAITING_DOTS for ellipsis 6 years ago
Marc Cornellà 9521837240 lib: support mlterm-256color 6 years ago
Robert Estelle 1c58a746af
lib: safety fix and speed-ups for git.zsh prompt functions (#7804) 6 years ago