summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-18extract: add IPA to extractable filetypes (#9117)Thi Doãn
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-07-15git: go back to previous main branch detection logicMarc Cornellà
Fixes #9114
2020-07-14timer: threshold to show timers only for time-consuming commands (#8151)Frederick Zhang
2020-07-14docker-compose: add alias for `docker-compose kill` (#8997)Piotr Zając
2020-07-14kubectl: add alias to list pods by namespace (#8604)Joaquín Moreira
2020-07-14httpie: add alias for https (#8032)Alexander Schaber
2020-07-13update: prefix rm call with command in trap (#9107)M. Yas. Davoodeh
* Suppress the problematic trap output in check_upg The newly added trap, in systems where `rm` is aliased to `rm="rm -v"`, shows a message stating that "update.lock" has been removed each time `zsh` is called. I simply suppressed it with directing the output to `/dev/null`. * Use `command` instead of >/dev/null to suppress
2020-07-12Fix self check linkMarc Cornellà
2020-07-11vscode: add support for VSCodium (#9080)Džiugas Eiva
Co-authored-by: Babak K. Shandiz <babak.k.shandiz@gmail.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-07-11git: change docs for git_main_branchMarc Cornellà
Also remove unnecesary dramatic remark
2020-07-11git: better algorithm to decide what's the main branchMarc Cornellà
Fixes #9103 Co-authored-by: Yufan You <ouuansteve@gmail.com>
2020-07-11dotenv: add never option to confirmation prompt (#9102)Jakob Hellermann
2020-07-09yarn: add alias for upgrade-interactive to the latest version (#8764)Emilien Escalle
2020-07-09mix-fast: add decriptions to mix-fast completions (#8561)Veit Lehmann
* feat(mix-fast): include desctiptions (#8561) * feat(mix-fast): improve _mix_generate (no tail, better matching)
2020-07-09git: use `master` if it exists, otherwise use `main`Marc Cornellà
See https://github.com/ohmyzsh/ohmyzsh/pull/9049#issuecomment-654537347 Co-authored-by: Yufan You <ouuansteve@gmail.com>
2020-07-09aws: allow @ in AWS profiles (#9099)Lutz Horn
Fixes #9060 by matching a `@` in the AWS profile name.
2020-07-06lib: safety fix and speed-ups for git.zsh prompt functions (#7804)Robert Estelle
2020-07-06lib: prefix diff call with command to bypass diff aliasesMarc Cornellà
See https://github.com/ohmyzsh/ohmyzsh/pull/8807#issuecomment-652697704
2020-07-06sudo: make the behavior more in line with expectations (#9047)MDHD
2020-07-06Edit for better consistency in template (#8593)Jethro Lee
2020-07-05Bug and Feature Request Templates + MLH Theme + Readme (#9068)Larson Carter
Co-authored-by: Marc Cornellà <marc.cornella@live.com> Co-authored-by: Bartek Pacia <barpac02@gmail.com>
2020-07-03cli: beauty touches on 'omz pr test' commandMarc Cornellà
2020-07-03git: change main branch naming scheme (#9049)Adam Vandover
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-07-01lib: enable diff color (#8807)Monson Shao
2020-07-01agnoster: fix git working tree check (#9072)Kyle Laker
`git rev-parse --is-inside-work-tree` does not have a different exit code when not within a work tree; the difference is in the output, either "true" when in a work tree, or "false" when not. The if was modified similarly to the check for the hide-status config, which also parses command output rather than exit code. Co-authored-by: Kyle Laker <klaker@easydynamics.com>
2020-07-01install: fix typo (#9069)Alex Zdanowicz
Changing 'your' to 'you'
2020-07-01gradle: force `--console plain` for tasks cache generation (#8731)Konstantin Gribov
Fixes #8730
2020-06-30Handle unset variables in various parts of the codebase (#8944)Patrick Moore
DISABLE_UNTRACKED_FILES_DIRTY, DISABLE_AUTO_TITLE, GIT_STATUS_IGNORE_SUBMODULES are not set Handle these variables not being set with conditional access. If the user has set -u option to report attempts to use undeclared / unassigned variable, accessing the variables needs to be conditional.
2020-06-30encode64: fix typo in README (#9052)Hélio
2020-06-28Modernize install and update banners (#9045)Larson Carter
2020-06-28update: change dash in function name for sh compat (fixes #9064)Marc Cornellà
2020-06-28update: only update on a valid affirmative input (#9062)alexagnelli
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-06-25Add new mvn alias for `mvn fmt:format` (#9053)Fatih Ergüven
* mvn: add mvnfmt alias * mvn: update README.md
2020-06-23archlinux: fix pacweb breaking when multiple packages found (#9059)Magnus Boman
Co-authored-by: Magnus Boman <Kattus@users.noreply.github.com>
2020-06-19core: add title support for mlterm (#8303)joshuashaffer
2020-06-19Deprecate cloudapp plugin (fixes #8966)Marc Cornellà
2020-06-18init: don't run update check if DISABLE_AUTO_UPDATE (#9040)Ye Shu
skip the update check at initialization if DISABLE_AUTO_UPDATE is set to true
2020-06-17osx: refactor plugin and add a few features (#9026)Marc Cornellà
Co-authored-by: Capybara <git.capybara@gmail.com> Co-authored-by: drootang <drootang@users.noreply.github.com> Co-authored-by: Augusto Souza <augustorsouza@gmail.com> Co-authored-by: PatrBal <44707588+PatrBal@users.noreply.github.com>
2020-06-17init: run update check in the same zsh process (#9019)Marc Cornellà
2020-06-10Change Discord invite URLMarc Cornellà
2020-06-10muse: clean up themeMarc Cornellà
2020-06-10web-search: add Google Scholar (#9014)Małgorzata Basińska
2020-06-10web-search: allow custom search enginesMarc Cornellà
2020-06-09update: refactor and fix logic in check_for_upgrade.sh (#8939)Marc Cornellà
2020-06-09smt: fix time since last commit logicMarc Cornellà
Fixes #5244
2020-06-08peepcode: add virtualenv prompt and fix git callsMarc Cornellà
2020-06-08chucknorris: normalize apostrophes (#9013)l3nn4rt
2020-06-08chucknorris: fix typos (#9012)l3nn4rt
2020-06-05chucknorris: remove duplicate quotesMarc Cornellà
Fixes #8998
2020-06-04Merge branch 'ohmyzsh/pull-7157' (#7157)Marc Cornellà
Closes #7157