- 04 Sep, 2015 1 commit
-
-
Andrew Janke authored
Switch to normal zsh %F/%f prompt escapes to avoid "eval" and extra variables. Wrap whole thing in anonymous function so the existing `local` statements actually work. Then switch '...' to eager "..." so stuff actually works with local variables. And local-ize the remaining variables that are used only in prompt construction.
-
- 17 Aug, 2015 1 commit
-
-
Fice-T authored
- When the previous command's return status is non-zero and the prompt is redrawn, graphical errors sometimes arise due to the fg{red} not being escaped.
-
- 27 Jul, 2015 1 commit
-
-
Brian Degenhardt authored
Problem On detached-refs, the git prompt is very slow because it uses a command to output all refs, which takes 32s on the twitter internal git repo. Solution Use git-rev-parse instead of git-show-ref to only output the head ref. Runtime drops to 0.03 seconds. Note Interestingly, git-rev-parse isn't slow without the --head arguement so I'll probably be cooking up a patch for the git team to speed this up eventually, but it's still pointless to sigpipe git as it walks the filesystem.
-
- 19 Jul, 2015 3 commits
-
-
Sharky authored
-
Sharky authored
-
Alex Talker authored
-
- 13 Jul, 2015 1 commit
-
-
Hongxin Liang authored
steeef theme sets colors depending on $TERM, however if %F is used, it must be closed by %f instead of %{$reset_color%}. Further on, all %f directives have been replaced by %F and color support of current TERM is checked more properly.
-
- 16 Jun, 2015 1 commit
-
-
Michele Bologna authored
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*
-
- 14 Jun, 2015 1 commit
-
-
ivanfoo authored
-
- 11 Jun, 2015 1 commit
-
-
Michele Bologna authored
* 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
-
- 10 Jun, 2015 4 commits
-
-
leif.hanack authored
-
Samuel Parkinson authored
Check for at least one commit using a `git log` limit of one. Improves the performance inside git repos with a large history.
-
Andrew Janke authored
-
Mark Mendoza authored
-
- 28 Apr, 2015 1 commit
-
-
Brian Hartvigsen authored
-
- 16 Feb, 2015 1 commit
-
-
Roderick Randolph authored
Fixes a bug where color of status arrow in prompt is red even when the exit code was zero (or success). This fix correclty returns green arrow on success and red for non-success exit code.
-
- 15 Feb, 2015 1 commit
-
-
Alex Talker authored
-
- 14 Feb, 2015 1 commit
-
-
Matthias Doering authored
-
- 10 Feb, 2015 3 commits
-
-
Martin Schrodi authored
-
Martin Schrodi authored
-
Marc Cornellà authored
-
- 09 Feb, 2015 1 commit
-
-
Jakob Jordan authored
in the trapd00r theme vcs info is already displayed on the first line if in a version controlled directory. the second vcs info was displayed at the end of the second line without providing additional information. this was removed.
-
- 15 Dec, 2014 2 commits
-
-
David Feinberg authored
-
David Feinberg authored
-
- 11 Dec, 2014 1 commit
-
-
zghember authored
-
- 10 Dec, 2014 1 commit
-
-
Anatoly Bubenkov authored
-
- 24 Nov, 2014 1 commit
-
-
Christopher Harrison authored
Set the closing square-brace's FG colour to white, to match the opening brace, when the repo directory is dirty.
-
- 16 Nov, 2014 1 commit
-
-
DanielFGray authored
-
- 11 Nov, 2014 1 commit
-
-
Jarin Udom authored
-
- 06 Nov, 2014 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
This avoid spawning additional processes, as the $USER variable will **always** contain the current logged-in user.
-
- 03 Nov, 2014 1 commit
-
-
Jaap Broekhuizen authored
This stops the virtual env name from being printed before it is actually being used in the zsh prompt.
-
- 16 Sep, 2014 1 commit
-
-
Rodrigo Ramírez Norambuena authored
-
- 01 Sep, 2014 2 commits
-
-
Letian Zhang authored
Fix "command not found: add-zsh-hook" since #3053 removes `autoload -U add-zsh-hook`
-
Halil Özgür authored
Not everyone uses rvm and the library has already got a function for this.
-
- 20 Aug, 2014 1 commit
-
-
Alex Shadrin authored
-
- 13 Aug, 2014 1 commit
-
-
Daniel Oaks authored
-
- 04 Aug, 2014 1 commit
-
-
Adam Poskitt authored
Add spaces before bullet-points to more easily distinguish them from one another and the rest of the prompt when using smaller font-sizes and do not add a blank line prior to prompt output; if there's a desire for spacing, one can use their terminal's line-height to achieve this.
-
- 09 Jul, 2014 1 commit
-
-
Andy Hayden authored
-
- 08 Jun, 2014 1 commit
-
-
Clemens Werther authored
-