Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-29 | Add maintainer for aws plugin | Marc Cornellà | |
2020-10-29 | aws: get and set session token if available (#9397) | Setu Shah | |
2020-10-29 | colorize: add compatibility for zsh < 5.1 (#9400) | spreiter | |
The direct assignment of a local array is not possible in older ZSH version, as used by RHEL/CentOS 7. | |||
2020-10-28 | Fix labels in issue templates | Marc Cornellà | |
2020-10-27 | gitfast: fetch latest fixes from git-completion (#9390) | Felipe Contreras | |
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
2020-10-27 | lib: delete zsh session history list | Marc Cornellà | |
NOTE: it still lives somewhere in the current zsh process. Run `fc -P` to restore it. | |||
2020-10-24 | aws: add role delegation and MFA support as per IAM Best Practices (#8419) | Maksym | |
* Added role delegation support and MFA support as per IAM Best Practices * fix: grep with color enabled breaks profile parsing * fix: compatible with MacOS basic sed * docs: Added jq as a dependency * feat: added variable session duration, if the role to be assumed permits it. * bug: incorrect assigment for session length * fix: profile extraction failed with some versions of sed Fixed the issue that resulted from merging upstream changes to allow "." in the profile name * fix: broken profile parsing when profile name contains "@" | |||
2020-10-24 | gitfast: improve command aliases (#9385) | Felipe Contreras | |
So that compdefs with dashes work as well as underscores: compdef _git gc=git_commit Or: compdef _git gc=git-commit The official Zsh Git completion uses dashes, and this way people don't have to change their existing definitions. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> | |||
2020-10-24 | gitfast: update to latest upstream and more (#9382) | Felipe Contreras | |
2020-10-21 | npx: deprecate plugin | Marc Cornellà | |
Fixes #9366 | |||
2020-10-21 | Grammar: remove hyphens from predicate adjective “up to date” (#9356) | Lucas Larson | |
https://english.stackexchange.com/a/180617 https://web.archive.org/web/20190728053012id_/grammarist.com/usage/up-to-date/#text-60 | |||
2020-10-21 | kubectl: add aliases for serviceaccount, daemonsets and cronjob (#9344) | Wenli Wan | |
2020-10-21 | Revert "lib: treat _ and - as part of a word" | Marc Cornellà | |
This reverts commit 50dc4ab3574f4e265dff816d8d9a0195cd260152. The community has spoken: - https://github.com/ohmyzsh/ohmyzsh/issues/9367 - https://github.com/ohmyzsh/ohmyzsh/issues/8743 Fixes #9367 | |||
2020-10-20 | fzf: add check for OpenSUSE and OpenBSD packages (#9327) | Marc Cornellà | |
2020-10-20 | lib: follow symlinked plugins in `plugin list` CLI command | Marc Cornellà | |
See https://github.com/ohmyzsh/ohmyzsh/issues/9087#issuecomment-712460275 | |||
2020-10-18 | lib: allow bare output in theme and plugins list command | Marc Cornellà | |
2020-10-18 | lib: use `column` to format plugin and theme list CLI commands | Marc Cornellà | |
2020-10-17 | kubectl: check for empty cache completion file | Marc Cornellà | |
2020-10-16 | kubectl: verify kubectl is installed before running compdef (#9346) | IsThisTheMatrix | |
2020-10-14 | globalias: use ${(z)var} to split into words using shell parsing | Marc Cornellà | |
2020-10-14 | globalias: expand filtering to anywhere in the command (#9338) | Patrick W. Healy | |
2020-10-13 | safe-paste: fix _bracketed_paste_zle_init/finish error | Marc Cornellà | |
Fixes #9337 | |||
2020-10-13 | git-prompt: document Python prerequisite in README (#9336) | Gonçalo Queirós | |
2020-10-13 | meta: add checklist instructions on Pull Request template | Marc Cornellà | |
2020-10-11 | Add gitpod integration | Marc Cornellà | |
Fixes #8212 Co-authored-by: Sean Hellum <seanhellum45@gmail.com> | |||
2020-10-11 | globalias: allow filtering values not to be expanded (#9331) | VectorW | |
2020-10-11 | emacs: add ansi-term directory tracking (#9218) | Ivan Dario Piernagorda Peña | |
2020-10-11 | systemadmin: correct sort order for psmem aliases (#6253) | Joshua Pratt | |
2020-10-10 | Remove missing screenshots from kube-ps1 README (#9199) | Marc Cornellà | |
Removes missing screenshots from README for kube-ps1 plugin. Signed-off-by: hasheddan <georgedanielmangum@gmail.com> | |||
2020-10-10 | agnoster: fix icon for unstaged git status (#9164) | Sreekanth S | |
2020-10-10 | lib: fix regex bug in git_prompt_status | Marc Cornellà | |
Fixes #9326 | |||
2020-10-10 | lib: remove share_history | Marc Cornellà | |
Related: #2537, #9324 | |||
2020-10-10 | lib: fix `omz help` and reword | Marc Cornellà | |
2020-10-10 | lib: fix fmt removing ESC characters in theme and plugin list CLI commands | Marc Cornellà | |
2020-10-09 | Add lando plugin (#8748) | Joshua Bedford | |
Co-authored-by: Joshua Bedford <joshua.bedford@hurstreview.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-10-09 | mvn: list modules (directories with pom.xml) (#8478) | James Zhang | |
Co-authored-by: zhangjinyan1 <zhangjinyan1@guazi.com> | |||
2020-10-09 | mvn: add Quarkus support in mvn completion (#9037) | Geoffrey GREBERT | |
Co-authored-by: Geoffrey GREBERT <ggrebert@sii.fr> | |||
2020-10-09 | wd: update to v0.5.1 (#9273) | Atk | |
2020-10-09 | nvm: add autoloading of nvm version in .nvmrc | Danny Grove | |
Closes #5782 Fixes #8959 Closes #8976 | |||
2020-10-09 | nvm: exit the plugin if the nvm loading script wasn't found | Marc Cornellà | |
2020-10-09 | nvm: only lazy-load nvm if the NVM_LAZY setting is set | Marc Cornellà | |
2020-10-09 | nvm: speed-up nvm loading with `--no-use` | Keith Yao | |
Closes #7138 Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-10-09 | nvm: check $XDG_CONFIG_HOME/nvm for an nvm installation | Chigozirim C | |
Closes #7807 Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-10-09 | nvm: simplify nvm.sh and bash completion loading | Marc Cornellà | |
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 | |