summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-11globalias: allow filtering values not to be expanded (#9331)VectorW
2020-10-11emacs: add ansi-term directory tracking (#9218)Ivan Dario Piernagorda Peña
2020-10-11systemadmin: correct sort order for psmem aliases (#6253)Joshua Pratt
2020-10-10Remove 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-10agnoster: fix icon for unstaged git status (#9164)Sreekanth S
2020-10-10lib: fix regex bug in git_prompt_statusMarc Cornellà
Fixes #9326
2020-10-10lib: remove share_historyMarc Cornellà
Related: #2537, #9324
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-09Add 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-09mvn: list modules (directories with pom.xml) (#8478)James Zhang
Co-authored-by: zhangjinyan1 <zhangjinyan1@guazi.com>
2020-10-09mvn: add Quarkus support in mvn completion (#9037)Geoffrey GREBERT
Co-authored-by: Geoffrey GREBERT <ggrebert@sii.fr>
2020-10-09wd: update to v0.5.1 (#9273)Atk
2020-10-09nvm: add autoloading of nvm version in .nvmrcDanny Grove
Closes #5782 Fixes #8959 Closes #8976
2020-10-09nvm: exit the plugin if the nvm loading script wasn't foundMarc Cornellà
2020-10-09nvm: only lazy-load nvm if the NVM_LAZY setting is setMarc Cornellà
2020-10-09nvm: speed-up nvm loading with `--no-use`Keith Yao
Closes #7138 Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-10-09nvm: check $XDG_CONFIG_HOME/nvm for an nvm installationChigozirim C
Closes #7807 Co-authored-by: Marc Cornellà <marc.cornella@live.com>
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 ↵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-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à
- 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-09Merge branch 'TheDauthi/enhanced-status-prompt' (#5531)Marc Cornellà
Closes #5531
2020-10-09Fix performance drop of iterating over lines and other stuffMarc Cornellà
- Fix 'STASHED' key and unsupported syntax in 5.0.2 - Optimise `if` statement to make it more idiomatic.
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
Closes #4912 Closes #5137 Closes #8071
2020-10-09safe-paste: refresh plugin (update for zsh 5.1 and vi keymaps) (#7887)Tom Hale
2020-10-09Add git-lfs plugin (#9077)Duc Nguyen
2020-10-08lib: 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-08kubectl: add wrappers for colorized output in JSON and YAML (#9316)Raphaël Pinson
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-10-08nvm: add Homebrew's nvm setup (#8316)davidfmatheson
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-10-07z: upgrade plugin to the latest version (#9310)Michele Bologna
Commit-id: 125f4dc47e15891739dd8262d5b23077fe8fb9ab https://github.com/rupa/z/commit/125f4dc47e15891739dd8262d5b23077fe8fb9ab
2020-10-05Revert "Remove redundant bashcompinit calls"Marc Cornellà
This reverts commit f776af2a1f5d5ced17bdeb00f7adb64ccfaa99a6. Fixes #9314
2020-10-05fino: stop bold with prompt sequenceMarc Cornellà
Fixes weird bug when completing.
2020-10-05fino: 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-04git: fix version checkMarc Cornellà
2020-10-03git: run gfa with --jobs=10 (fetch remotes in parallel) (#9268)Fabian Bonk
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-10-03bundler: refactor bundler plugin and clean up gem wrappersMarc Cornellà
2020-10-03bundler: format aliases table and clean up README (#9300)Sandip Subedi
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-10-03Add completion plugin for IPFS (InterPlanetary File System) (#4737)Angel Ramboi
2020-10-03Add sublime-merge plugin (#7228)Amir Masoud Abdol
2020-10-01pip: move plugin cache to XDG folder (#9299)Goose
2020-09-30Remove redundant bashcompinit callsMarc Cornellà
Fixes #9246
2020-09-30terraform: add tf Alias (#8206)Andrew Babichev
2020-09-29minikube: fix spelling (#9270)Olivier Lemasle
2020-09-29lib: support simple terminal in title functionMarc Cornellà
Fixes #9295
2020-09-29composer: autoload cache functionsMarc Cornellà
Fixes #9236
2020-09-28lib: support alacritty $TERM in title functionMarc Cornellà
2020-09-28brew: add alias for brew to avoid upgrading casks (#9280)Pierre-Luc Paour
2020-09-28bgnotify: use $2 in preexec hook if $1 is emptyMarc Cornellà
Fixes #5803