Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-26 | avit: reenable use of $fg instead of prompt sequence colors to fix weird bug | Marc Cornellà | |
Fixes #9232 | |||
2020-09-20 | random: add ZSH_THEME_RANDOM_QUIET setting | Marc Cornellà | |
Fixes #9180 Co-authored-by: James Eapen <jamespeapen@gmail.com> | |||
2020-09-18 | docker: document option-stacking setting | Marc Cornellà | |
Fixes #9266 | |||
2020-09-18 | Remove racially-charged language from the codebase | Marc Cornellà | |
The ZSH_THEME_RANDOM_BLACKLIST variable will be deprecated until it's removed 2 months from now. | |||
2020-09-14 | brew: replace deprecated brew cask outdated command (#9253) | Alessandro | |
2020-09-14 | docs: fix small typo in README (#9255) | 0xflotus | |
2020-09-12 | meta: change support label | Marc Cornellà | |
2020-09-12 | meta: change feature label | Marc Cornellà | |
2020-09-09 | pyenv: run pyenv init with --no-rehash (#8917) | Randall Leeds | |
Add --no-rehash to the pyenv init command, which was removed in [#4492]. The rehash was likely disabled because it can affect shell startup times. It should only be necessary when installing or removing Python versions. See [pyenv/pyenv#784] and [sorin-ionescu/prezto#1603] for more detail. [#4492]: https://github.com/ohmyzsh/ohmyzsh/pull/4492 [pyenv/pyenv#784]: https://github.com/pyenv/pyenv/issues/784 [sorin-ionescu/prezto#1603]: https://github.com/sorin-ionescu/prezto/pull/1603 | |||
2020-09-09 | wd: update to latest version (v0.5.0) (#9244) | Atk | |
2020-09-09 | update: return git error code on failure (#9238) | Lucas Larson | |
Fixes #9237 | |||
2020-09-04 | fzf: setup FZF_DEFAULT_COMMAND based on installed tools (#8895) | Alessandro Martini | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-09-04 | sublime: add Sublime Text 4 path for macOS | Marc Cornellà | |
Fixes #9153 | |||
2020-09-04 | common-aliases: lazily assign $BROWSER, $EDITOR and $XIVIEWER in ext aliases | Marc Cornellà | |
Fixes #9212 | |||
2020-09-04 | lib: treat _ and - as part of a word | Marc Cornellà | |
Fixes #8743 | |||
2020-09-04 | init: define $ZSH if not defined | Marc Cornellà | |
Closes #9223 | |||
2020-09-03 | Add sponsor button | Marc Cornellà | |
2020-09-02 | fishy: fix one-level directory bug and bad array assignment in zsh 5.0.1 | Marc Cornellà | |
2020-09-01 | Remove perl dependency | Marc Cornellà | |
2020-09-01 | chuck-norris: remove some CN quotes and fix formatting (#9220) | Daniel Dugovic | |
2020-08-29 | pygmalion: use pure zsh instead of perl (#9210) | Florian Klink | |
My system doesn't have `perl` in $PATH, so using this theme clutters the shell output quite a bit. Turns out, the same thing can be accomplished in pure zsh (with extendedglob). Co-Authored-By: Marc Cornellà <marc.cornella@live.com> | |||
2020-08-28 | vagrant-prompt: replace `grep -P` call with sed and clean up | Marc Cornellà | |
Fixes #9207 | |||
2020-08-27 | scd: update to 1.4.0 (#9066) | Pavol Juhas | |
2020-08-24 | zsh_reload: use $SHELL to reload zsh only if it's a zsh shell (fixes #9054) | Marc Cornellà | |
2020-08-23 | sudo: keep space before the command to ignore it in the history (#9178) | daddeffe | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-08-23 | Update README with new update command (#9203) | Kirill Suslov | |
Note: `upgrade_oh_my_zsh` is deprecated. Use `omz update` instead. | |||
2020-08-20 | docs: document oneline argument passing to install script | Marc Cornellà | |
2020-08-20 | docs: add fetch install command for FreeBSD (#9172) | Adam G. Emerson | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-08-20 | meta: don't apply support label on bug reports | Marc Cornellà | |
Enough users have complained about the bug label not being applied instead. If there is no label applied this won't be complained about so often. | |||
2020-08-18 | Remove zsh session restart on omz update and upgrade_oh_my_zsh | Marc Cornellà | |
2020-08-17 | Fix upgrade_oh_my_zsh function deprecation | Marc Cornellà | |
2020-08-17 | Underline links in install and update script | Marc Cornellà | |
2020-08-06 | lib: remove CTRL-Backspace key binding altogether | Marc Cornellà | |
It conflicts with normal Backspace behavior. Fixes #9155 | |||
2020-08-05 | meta: add ISSUE_TEMPLATE config.yml | Marc Cornellà | |
For now, it only adds a link to the Discord server. | |||
2020-08-05 | lib: remove CTRL-Backspace binding for vi keymaps | Marc Cornellà | |
2020-08-05 | wd: fix permissions | Marc Cornellà | |
2020-08-05 | wd: update to latest version | Marc Cornellà | |
https://github.com/mfaerevaag/wd/commit/3d20d15d58b9349f872a1abab639aae02374f64c Fixes #9002 | |||
2020-08-04 | cli: add update command (#9094) | Dario Vladović | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-08-04 | lib: bind to all keymaps when COMPLETION_WAITING_DOTS is set | Marc Cornellà | |
Fixes #9050 | |||
2020-08-04 | lib: add CTRL-backspace and CTRL-delete to delete whole words | Marc Cornellà | |
Fixes #7609 Closes #8191 Co-authored-by: Michal Grňo <m93a.cz@gmail.com> | |||
2020-08-04 | lib: bind keys to viins and vicmd keymaps and clean up file | Marc Cornellà | |
Fixes #8468 | |||
2020-08-04 | pyenv: ignore $PATH pyenv if on WSL | Marc Cornellà | |
This solves the problem where the used pyenv is actually the one in a Windows folder, instead of in WSL. Fixes #9034 | |||
2020-08-04 | Remove non-existing %p prompt sequence from themes | Marc Cornellà | |
Fixes #8022 | |||
2020-08-02 | lib: substitute COMPLETION_WAITING_DOTS for ellipsis | Marc Cornellà | |
Closes #8342 | |||
2020-08-01 | pipenv: toggle pipenv shell on startup | Marc Cornellà | |
Fixes #9136 | |||
2020-07-31 | colorize: add $ZSH_COLORIZE_CHROMA_FORMATTER config env var (#8824) | John Welsh | |
2020-07-30 | rbenv: fix current_gemset | Marc Cornellà | |
Fixes #8925 Co-authored-by: Josh Goodall <inopinatus@inopinatus.org> | |||
2020-07-23 | lib: support mlterm-256color | Marc Cornellà | |
Co-authored-by: Peter J. Schroeder <peterjschroeder@gmail.com> | |||
2020-07-18 | aws: improve check for aws_completer - unhardcode path (#9123) | Amir Tahvildaran | |
Closes #9122 The current check is assuming that the aws_completer is installed globally, it then runs the command without that path I have aws_completer in ~/.local/bin/aws_completer This changes the check to see if the command exists instead of concerning itself with where it in installed. This test matches the behavior of just running the command. | |||
2020-07-18 | battery: add acpi requirement to README (#9116) | Samuel Terra | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> |