summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-26Remove git-remote-branch and nyan plugins (deprecated)Marc Cornellà
2020-05-26Fix load of various plugins: fastfile, keychain, sfffe, stackMarc Cornellà
2020-05-26virtualenvwrapper: fix load and detection logicMarc Cornellà
2020-05-26jenv: fix Homebrew install path bug introduced in #7541Marc Cornellà
2020-05-26brew: remove completion deprecation notice and fix READMEMarc Cornellà
2020-05-25kube-ps1: update to latest version (ede8098)Marc Cornellà
Fixes #8786
2020-05-24Add `shell-proxy` plugin (#8692)Septs
2020-05-23Add plugin for bazel completion (#6434)Israel Rodrigo Faria
2020-05-23Add plugin for LXD autocomplete (#7457)Renato dos Santos
2020-05-23terraform: add fmt -recursive flag autocompletion (#8880)Fotos Georgiadis
2020-05-23python: add line-number to pygrep (#8867)Mohammad
2020-05-23rbenv: fix redirect in current_gemsetMarc Cornellà
Fixes #8925 Related #4688
2020-05-23asdf: fix completions if ASDF_DIR is already exported (#8538)Albert Serrallé Ríos
2020-05-23git: add alias for git diff excluding lock files (#8935)Tvrtko Majstorović
2020-05-23docker: update to latest upstream completion (92dc906) (#8835)Vinícius Picossi Teruel
2020-05-23archlinux: fix pacweb with non-English locales (#8916)Zhong Lufan
2020-05-23vagrant: fix vagrant box autocomplete (#8929)Kennith Leung
2020-05-23avit: fix $reset_color sequence in promptMarc Cornellà
Fixes #8952
2020-05-23Use oh-my-zsh path variables in zshrc.zsh-template (#8960)Janek
2020-05-23common-aliases: fix hardcoded .zshrc path (#5926)Mohammad Saboorian
2020-05-22git: clarify what the glp alias does (#8850)Stanisław
2020-05-22fino-time: fix git and ruby prompt sequencesMarc Cornellà
Fixes #8856
2020-05-22direnv: check if direnv is installed (#8809)Michael Klemm
2020-05-22forklift: add support for Forklift distributed via the Setapp (#8803)Paul Rudkin
2020-05-22git: add convenience aliases for `git apply` and `git am` (#8563)larumbe
2020-05-22git: exclude devel branch from list in gbda alias (#8957)David
2020-05-21af-magic: account for active conda envs in dash lineMarc Cornellà
See https://github.com/ohmyzsh/ohmyzsh/issues/8081#issuecomment-632182715
2020-05-21man: look for man page for subcommands (#8798)wurza
2020-05-21core: remove inc_append_history option (#8048)Benoit GALATI
2020-05-21git: exclude 'development' in gdba alias (#8902)Mikael Andersson Wigander
2020-05-21jira: add tempo command (#8928)Dmitry
2020-05-21pipenv: fix error when Pipfile is not a file (#8931)R Max Espinoza
2020-05-20Revert "core: enable hist_reduce_blanks"Marc Cornellà
This reverts commit cbd6fbe7a7c3ef260f497704092dc43f2e953c3f. Fixes #8949
2020-05-20Prefix cd calls with `builtin` (#8937)Jacob Menke
2020-05-19frontend-search: add packagephobia (#8908)Will Mendes
2020-05-19update: fix bug in upgrade.sh: s/NORMAL/RESET/ (#8947)Roman Perepelitsa
2020-05-18bundler: add alias for bundle addMarc Cornellà
Fixes #8892
2020-05-18bundler: add alias for bundle check (#5000)Emanuel Alarcón
2020-05-18update: display logo in rainbow colors (#8941)Marc Cornellà
2020-05-16core: enable hist_reduce_blanksMarc Cornellà
Fixes #8722
2020-05-16Add plugin for rustup completion (#8914)Raphaël Brulé
2020-05-16zsh-navigation-tools: update to 5937e57eMarc Cornellà
Fixes #8476
2020-05-11composer: fix documented aliasesMarc Cornellà
2020-05-11composer: add aliases for 'outdated' commandsGilles
Added `co` alias for `composer outdated` and `cod` for `composer outdated --direct` Closes #5127
2020-05-11composer: use cache to fix slowness during startupMichael Stucki
Fixes #6647 Closes #6664
2020-05-11core: fix zstyle definition of use-cacheMarc Cornellà
2020-05-10pygmalion: revert multiline prompt changeMarc Cornellà
Fixes #2317 Closes #2321
2020-05-09magic-enter: define bindkey for vi mode as wellMarc Cornellà
Closes #8906
2020-05-07init: silence zcompdump metadata write for invalid ZSH_COMPDUMP filenamesMarc Cornellà
If `$SHORT_HOST` contains invalid filename characters, the compinit call doesn't error, but the zcompdump metadata write does. Use `tee` instead so we can silence the error. See https://github.com/ohmyzsh/ohmyzsh/commit/dd1a72696f162fd5285a104b5f63970deb66e8b0#commitcomment-38984764
2020-05-05gitfast: proper synchronization (#8550)Felipe Contreras