Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-11 | Merge remote-tracking branch 'origin/master' into master | Tuowen Zhao | |
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-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-16 | Merge remote-tracking branch 'origin/master' into master | Tuowen Zhao | |
2020-08-04 | Remove non-existing %p prompt sequence from themes | Marc Cornellà | |
Fixes #8022 | |||
2020-07-25 | Merge remote-tracking branch 'origin/master' | Tuowen Zhao | |
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-04 | Merge remote-tracking branch 'origin/master' | Tuowen Zhao | |
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-06-10 | muse: clean up theme | 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-03 | fino-time: fix virtualenv prompt by escaping dollar sign (#8991) | Yauhen | |
2020-05-29 | Merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh | Tuowen Zhao | |
2020-05-23 | avit: fix $reset_color sequence in prompt | Marc Cornellà | |
Fixes #8952 | |||
2020-05-22 | fino-time: fix git and ruby prompt sequences | Marc Cornellà | |
Fixes #8856 | |||
2020-05-21 | af-magic: account for active conda envs in dash line | Marc Cornellà | |
See https://github.com/ohmyzsh/ohmyzsh/issues/8081#issuecomment-632182715 | |||
2020-05-10 | pygmalion: revert multiline prompt change | Marc Cornellà | |
Fixes #2317 Closes #2321 | |||
2020-04-24 | Merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh | Tuowen Zhao | |
2020-03-26 | nebirhos: use short hostname in prompt | Marc Cornellà | |
Fixes #6050 | |||
2020-03-02 | random: remove random theme from possible themes to choose from | Marc Cornellà | |
...preventing an infinite loop. | |||
2020-02-27 | Merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh | Tuowen Zhao | |
2020-02-27 | norm: add hg prompt (#6725) | Julian Parsert | |
2020-02-25 | avit: fix prompt sequence (fixes #8678) | Marc Cornellà | |
2020-02-19 | Add blacklist variable for random theme | Marc Cornellà | |
Co-authored-by: Fran Garcia <fran.miranda@gmail.com> | |||
2020-02-19 | Add themes in $ZSH_CUSTOM to the pool of candidates | Marc Cornellà | |
Also add comments and unset leftover variables, and print only the name of the theme loaded. When looking for $ZSH_CUSTOM themes, the chosen algorithm is to add the theme names to the pool disregarding the path, and then source whatever theme is selected with the same logic as the init script, which is to source first custom themes even if there is another default theme of the same name. Co-authored-by: Mihai Serban <mihai.serban@gmail.com> | |||
2020-02-19 | Move random theme functionality into "random" theme | Willy Weiskopf | |
The statements for selecting a random theme in oh-my-zsh.sh and the themes plugin are duplicate. Most people eventually settle on a theme, making those lines in oh-my-zsh.sh superfluous. To address those, it may makes sense to put the random theme functionality into a theme of its own (since themes are just zsh scripts. | |||
2020-02-19 | avit: add years since last commit if appropriate | Marc Cornellà | |
2020-02-19 | avit: clean up theme code | Marc Cornellà | |
2020-02-19 | avit: replace custom prompt functions with OMZ ones | Marc Cornellà | |
Fixes #8637 | |||
2020-02-19 | agnoster: fix bzr prompt with breezy installed (#8646) | Marc Cornellà | |
* Change indentation to 2 spaces in prompt_bzr function * Check if in a bzr repository and optimize bzr calls in prompt_bzr | |||
2020-02-18 | af-magic: fix virtualenv prompt suffix | Marc Cornellà | |
2020-02-18 | af-magic: fix dashed separator sizing and refactor | Marc Cornellà | |
Fixes #8081 | |||
2020-02-12 | Merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh | Tuowen Zhao | |
2020-02-11 | Detect dependency plugins in candy-kingdom and kiwi themes | Marc Cornellà | |
Fixes #5029 Fixes #5342 | |||
2020-02-04 | af-magic: fix showing aws prompt out of the box (#8243) | Aliaksei Maiseyeu | |
Fix issue related to #7615, #7747 and #6346 After the update, aws prompt (which should be visible out of the box) disappears when a user uses a theme af-magic, because of fact that plugins are loaded before themes. This pull request fixes issue with not showing aws prompt in theme af-magic, by appending RPROMPT in theme af-magic instead overwriting. | |||
2019-11-21 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | Tuowen Zhao | |
2019-11-20 | Actions to take after repository migration is complete (#8394) | Marc Cornellà | |
* Change project URL from robbyrussell to ohmyzsh org * Update git remote to use ohmyzsh org repository | |||
2019-11-19 | Use safer append to hook function arrays (#8406) | Jacob Tomaw | |
Use add-zsh-hook to add functions to hooks. That way they won't be added again when doing `source ~/.zshrc` multiple times. Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2019-11-08 | Upgrade some URLs to HTTPS (#8202) | Isaac Clayton | |
* Update http to https in Solarized * Upgrade http to https for 'Burger In Your Shell' * Upgrade http to https for tmux.github.io | |||
2019-10-21 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | Tuowen Zhao | |
2019-10-16 | bira: move virtualenv information (#8266) | Shriniwas Sharma | |
2019-09-26 | Merge remote-tracking branch 'origin/master' | Tuowen Zhao | |
2019-09-13 | robbyrussell: restore prompt spacing (#8148) | nv035674 | |
2019-09-11 | Merge remote-tracking branch 'orig/master' | Tuowen Zhao | |
2019-09-08 | robbyrussell: remove local variable (#8131) | Hanjiang Yu | |
Now it can be sourced in a function, like zplug. | |||
2019-09-08 | Change description for Evan's theme to something neutral (#6304) | Sean Collins | |
2019-08-19 | af-magic: add hg prompt and tweak virtualenv info (#8056) | Matthew Armand | |
- Add mercurial support to af-magic, so now the vcs prompt will show up in either a git or hg repository - The virtualenv prompt was white and bumped up against the user@hostname output - Fixed that so its green (which I thought highlighted it more thematically) and has a space before user@hostname | |||
2019-08-06 | Revert "agnoster: fix VIRTUAL_ENV_DISABLE_PROMPT logic (#8050)" (#8061) | Marc Cornellà | |
This reverts commit 59c1ec80aa9b018db34078e69a27e57aea5ad761. |