Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-06 | lib: prefix diff call with command to bypass diff aliases | Marc Cornellà | |
See https://github.com/ohmyzsh/ohmyzsh/pull/8807#issuecomment-652697704 | |||
2020-07-06 | sudo: make the behavior more in line with expectations (#9047) | MDHD | |
2020-07-06 | Edit for better consistency in template (#8593) | Jethro Lee | |
2020-07-05 | Bug 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-03 | cli: beauty touches on 'omz pr test' command | Marc Cornellà | |
2020-07-03 | git: change main branch naming scheme (#9049) | Adam Vandover | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-07-01 | lib: enable diff color (#8807) | Monson Shao | |
2020-07-01 | agnoster: 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-01 | install: fix typo (#9069) | Alex Zdanowicz | |
Changing 'your' to 'you' | |||
2020-07-01 | gradle: force `--console plain` for tasks cache generation (#8731) | Konstantin Gribov | |
Fixes #8730 | |||
2020-06-30 | Handle 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-30 | encode64: fix typo in README (#9052) | Hélio | |
2020-06-28 | Modernize install and update banners (#9045) | Larson Carter | |
2020-06-28 | update: change dash in function name for sh compat (fixes #9064) | Marc Cornellà | |
2020-06-28 | update: only update on a valid affirmative input (#9062) | alexagnelli | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-06-25 | Add new mvn alias for `mvn fmt:format` (#9053) | Fatih Ergüven | |
* mvn: add mvnfmt alias * mvn: update README.md | |||
2020-06-23 | archlinux: fix pacweb breaking when multiple packages found (#9059) | Magnus Boman | |
Co-authored-by: Magnus Boman <Kattus@users.noreply.github.com> | |||
2020-06-19 | core: add title support for mlterm (#8303) | joshuashaffer | |
2020-06-19 | Deprecate cloudapp plugin (fixes #8966) | Marc Cornellà | |
2020-06-18 | init: 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-17 | osx: 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-17 | init: run update check in the same zsh process (#9019) | Marc Cornellà | |
2020-06-10 | Change Discord invite URL | Marc Cornellà | |
2020-06-10 | muse: clean up theme | Marc Cornellà | |
2020-06-10 | web-search: add Google Scholar (#9014) | Małgorzata Basińska | |
2020-06-10 | web-search: allow custom search engines | Marc Cornellà | |
2020-06-09 | update: refactor and fix logic in check_for_upgrade.sh (#8939) | Marc Cornellà | |
2020-06-09 | smt: fix time since last commit logic | Marc Cornellà | |
Fixes #5244 | |||
2020-06-08 | peepcode: add virtualenv prompt and fix git calls | Marc Cornellà | |
2020-06-08 | chucknorris: normalize apostrophes (#9013) | l3nn4rt | |
2020-06-08 | chucknorris: fix typos (#9012) | l3nn4rt | |
2020-06-05 | chucknorris: remove duplicate quotes | Marc Cornellà | |
Fixes #8998 | |||
2020-06-04 | Merge branch 'ohmyzsh/pull-7157' (#7157) | Marc Cornellà | |
Closes #7157 | |||
2020-06-04 | Silence non-existent/empty dir errors in fastfile_{sync,ls} | Sumit Sahrawat | |
2020-06-03 | lib: don't override bigger HISTSIZE and SAVEHIST values (#8993) | Marco Trevisan | |
oh-my-zsh Changes the HISTSIZE and SAVEHIST values to fixed sizes, however if a bigger value is set in ~/.zshrc, it will override it, potentially causing the user history to be deleted. So, only set these values if no other is set and if it is lower than the default ones. | |||
2020-06-03 | wd: update to latest version (#8530) | Marc Cornellà | |
2020-06-03 | web-search: add Wayback Archive (#8784) | Pierre Gimalac | |
2020-06-03 | init: reapply hack for invalid ZSH_COMPDUMP filenames (b8761985) | Marc Cornellà | |
2020-06-03 | fino-time: fix virtualenv prompt by escaping dollar sign (#8991) | Yauhen | |
2020-06-02 | init: oops | Marc Cornellà | |
2020-06-02 | init: use grep for zcompdump metadata check | Marc Cornellà | |
Closes #8981 | |||
2020-05-26 | Add deprecation notice for fedora and go plugins. | Marc Cornellà | |
2020-05-26 | Remove git-remote-branch and nyan plugins (deprecated) | Marc Cornellà | |
2020-05-26 | Fix load of various plugins: fastfile, keychain, sfffe, stack | Marc Cornellà | |
2020-05-26 | virtualenvwrapper: fix load and detection logic | Marc Cornellà | |
2020-05-26 | jenv: fix Homebrew install path bug introduced in #7541 | Marc Cornellà | |
2020-05-26 | brew: remove completion deprecation notice and fix README | Marc Cornellà | |
2020-05-25 | kube-ps1: update to latest version (ede8098) | Marc Cornellà | |
Fixes #8786 | |||
2020-05-24 | Add `shell-proxy` plugin (#8692) | Septs | |
2020-05-23 | Add plugin for bazel completion (#6434) | Israel Rodrigo Faria | |