Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-09 | nvm: use `nvm current` in nvm_prompt_info and look in alternate install ↵ | Andrew Janke | |
locations This makes it work regardless of where nvm is loaded from. And it uses nvm's version strings, which distinguish the "system" and "none" NVM environments, instead of reporting the specific version of the system node.js or erroring, respectively. Fixes #4336 Closes #4338 | |||
2020-10-09 | lib: fix formatting in `omz pr clean` CLI command | Marc Cornellà | |
2020-10-09 | lib: add plugin and theme subcommands and fix `omz pr clean` | Marc Cornellà | |
- Add plugin and theme subcommand Fixes #8961 - Add confirmation prompt to `omz pr clean` command - Correct behavior on invalid answers on confirmation prompts If an invalid option is supplied, don't proceed with the potentially destructive action. Co-authored-by: Rishabh Bohra <rishabhbohra01@gmail.com> | |||
2020-10-09 | Merge branch 'TheDauthi/enhanced-status-prompt' (#5531) | Marc Cornellà | |
Closes #5531 | |||
2020-10-09 | Fix performance drop of iterating over lines and other stuff | Marc Cornellà | |
- Fix 'STASHED' key and unsupported syntax in 5.0.2 - Optimise `if` statement to make it more idiomatic. | |||
2020-10-09 | git_prompt_status now uses hash lookups instead of multiple greps | Billy Conn | |
2020-10-09 | lib: hide git_prompt_status when hide-status is set | Michał Dębski | |
Closes #4912 Closes #5137 Closes #8071 | |||
2020-10-09 | safe-paste: refresh plugin (update for zsh 5.1 and vi keymaps) (#7887) | Tom Hale | |
2020-10-09 | Add git-lfs plugin (#9077) | Duc Nguyen | |
2020-10-08 | lib: follow standards in window title (#9320) | Michele Bologna | |
In Ubuntu and Debian, in scp, and in rsync the prompt is by default specified as in user@hostname:/path/to/directory while the previous title in ohmyzsh was user@hostname: /path/to/directory | |||
2020-10-08 | kubectl: add wrappers for colorized output in JSON and YAML (#9316) | Raphaël Pinson | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-10-08 | nvm: add Homebrew's nvm setup (#8316) | davidfmatheson | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-10-07 | z: upgrade plugin to the latest version (#9310) | Michele Bologna | |
Commit-id: 125f4dc47e15891739dd8262d5b23077fe8fb9ab https://github.com/rupa/z/commit/125f4dc47e15891739dd8262d5b23077fe8fb9ab | |||
2020-10-05 | Revert "Remove redundant bashcompinit calls" | Marc Cornellà | |
This reverts commit f776af2a1f5d5ced17bdeb00f7adb64ccfaa99a6. Fixes #9314 | |||
2020-10-05 | fino: stop bold with prompt sequence | Marc Cornellà | |
Fixes weird bug when completing. | |||
2020-10-05 | fino: fix dangling "using" and clean up (#9307) | Matsievskiy S.V | |
Co-authored-by: Matsievskiy S.V <matsievskiysv@gmail.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-10-04 | git: fix version check | Marc Cornellà | |
2020-10-03 | git: run gfa with --jobs=10 (fetch remotes in parallel) (#9268) | Fabian Bonk | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-10-03 | bundler: refactor bundler plugin and clean up gem wrappers | Marc Cornellà | |
2020-10-03 | bundler: format aliases table and clean up README (#9300) | Sandip Subedi | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-10-03 | Add completion plugin for IPFS (InterPlanetary File System) (#4737) | Angel Ramboi | |
2020-10-03 | Add sublime-merge plugin (#7228) | Amir Masoud Abdol | |
2020-10-01 | pip: move plugin cache to XDG folder (#9299) | Goose | |
2020-09-30 | Remove redundant bashcompinit calls | Marc Cornellà | |
Fixes #9246 | |||
2020-09-30 | terraform: add tf Alias (#8206) | Andrew Babichev | |
2020-09-29 | minikube: fix spelling (#9270) | Olivier Lemasle | |
2020-09-29 | lib: support simple terminal in title function | Marc Cornellà | |
Fixes #9295 | |||
2020-09-29 | composer: autoload cache functions | Marc Cornellà | |
Fixes #9236 | |||
2020-09-28 | lib: support alacritty $TERM in title function | Marc Cornellà | |
2020-09-28 | brew: add alias for brew to avoid upgrading casks (#9280) | Pierre-Luc Paour | |
2020-09-28 | bgnotify: use $2 in preexec hook if $1 is empty | Marc Cornellà | |
Fixes #5803 | |||
2020-09-27 | lib: correct :q syntax in title function for clarity | Marc Cornellà | |
2020-09-26 | Fix image alignment | Marc Cornellà | |
2020-09-26 | Right-align table in README | Marc Cornellà | |
2020-09-26 | A few README tweaks | Marc Cornellà | |
2020-09-26 | laravel5: clean up | Marc Cornellà | |
2020-09-26 | agnoster: allow disabling AWS prompt with SHOW_AWS_PROMPT=false | Marc Cornellà | |
Fixes #8040 | |||
2020-09-26 | lib: clean up zsh_stats function | Marc Cornellà | |
2020-09-26 | avit: reenable use of $fg instead of prompt sequence colors to fix weird bug | Marc Cornellà | |
Fixes #9232 | |||
2020-09-20 | random: add ZSH_THEME_RANDOM_QUIET setting | Marc Cornellà | |
Fixes #9180 Co-authored-by: James Eapen <jamespeapen@gmail.com> | |||
2020-09-18 | docker: document option-stacking setting | Marc Cornellà | |
Fixes #9266 | |||
2020-09-18 | Remove racially-charged language from the codebase | Marc Cornellà | |
The ZSH_THEME_RANDOM_BLACKLIST variable will be deprecated until it's removed 2 months from now. | |||
2020-09-14 | brew: replace deprecated brew cask outdated command (#9253) | Alessandro | |
2020-09-14 | docs: fix small typo in README (#9255) | 0xflotus | |
2020-09-12 | meta: change support label | Marc Cornellà | |
2020-09-12 | meta: change feature label | Marc Cornellà | |
2020-09-09 | pyenv: run pyenv init with --no-rehash (#8917) | Randall Leeds | |
Add --no-rehash to the pyenv init command, which was removed in [#4492]. The rehash was likely disabled because it can affect shell startup times. It should only be necessary when installing or removing Python versions. See [pyenv/pyenv#784] and [sorin-ionescu/prezto#1603] for more detail. [#4492]: https://github.com/ohmyzsh/ohmyzsh/pull/4492 [pyenv/pyenv#784]: https://github.com/pyenv/pyenv/issues/784 [sorin-ionescu/prezto#1603]: https://github.com/sorin-ionescu/prezto/pull/1603 | |||
2020-09-09 | wd: update to latest version (v0.5.0) (#9244) | Atk | |
2020-09-09 | update: return git error code on failure (#9238) | Lucas Larson | |
Fixes #9237 | |||
2020-09-04 | fzf: setup FZF_DEFAULT_COMMAND based on installed tools (#8895) | Alessandro Martini | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> |