summaryrefslogtreecommitdiff
path: root/themes/michelebologna.zsh-theme
AgeCommit message (Collapse)Author
2023-07-23fix(michelebologna): use blue instead of white (#11810)Zou Yang
2022-02-24refactor(michelebologna): simplify and clean up codeMarc Cornellà
2022-02-24fix(michelebologna): use `$HOST` variable instead of running `hostname` (#10724)Carlo Sala
2018-08-07use https everywhere (#6574)Janosch Schwalm
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
2015-06-16Change to use omz git_prompt* functionsMichele Bologna
Removed references for official git __git_ps1() functions. Change to use omz function git_prompt* functions like: - git_prompt_info() -> branch name - git_prompt_status() -> check if untracked, modified, added, stashed file are in the current git repo - git_remote_status() -> check if current repo is ahead, behind, or diverged. These functions returns string automatically added to your PS1; these are customizable via exporting ZSH_THEME_GIT_PROMPT*
2015-06-11* Added header with help and informationMichele Bologna
* Moved git information to left prompt, with support for: * +ZSH_THEME_GIT_PROMPT_UNTRACKED, MODIFIED, STASHED, ADDED, UPSTREAM STATUS (if applicable) * Removed right prompt * Refactored following Google's guidelines for scripts [ http://goo.gl/oJSXH2 ] * Using local variables where applicable
2014-11-06Change all hostname calls for $HOST or $SHORT_HOSTMarc Cornellà
2013-03-05added comment for auto-generated hostname colorMichele Bologna
2013-03-05added michelebologna themeMichele Bologna