- 18 Apr, 2019 1 commit
-
-
David Dejori authored
-
- 23 Mar, 2019 1 commit
-
-
Rob Lugton authored
-
- 17 Oct, 2018 1 commit
-
-
Marc Cornellà authored
Fixes #7268 With `$USER`, we'd need to quote it in case special characters like `\` are present in the $USER value, like if the user is part of an AD domain. With `%n` the quoting is done automatically by zsh. See http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Login-information
-
- 26 Sep, 2018 1 commit
-
-
Marc Cornellà authored
-
- 25 Sep, 2018 1 commit
-
-
Carlo Dapor authored
This PR fixes the runtime error that displays this: ```log prompt_status:2: symbols: attempt to assign array value to non-array ```. It trips over a local array which is not properly declared.
-
- 24 Sep, 2018 1 commit
-
-
Marten Seemann authored
-
- 19 Aug, 2018 1 commit
-
-
Frederic Crozat authored
* agnoster: do not hardcode black foreground. This would allow easy customization when using light color schemes, like solarized-light * agnoster: implement light theme variant Use same variable as in blinks theme, to detect if solarized theme used is a light or dark one.
-
- 07 Aug, 2018 1 commit
-
-
Janosch Schwalm authored
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
-
- 23 May, 2018 1 commit
-
-
Marc Cornellà authored
The PROMPT building method clashes with other themes and plugins that modify the PROMPT variable. Also reverted the $jobstates trick due to it not working inside $PROMPT.
-
- 17 May, 2018 1 commit
-
-
Andrew Baumann authored
* agnoster: improve perf with use of $jobstates (zsh/parameter module) This saves multiple fork/execs (for the subshell and wc) each time the prompt is rendered * agnoster: compute git repo_path only when in a git repo this avoids needlessly invoking git twice every time we render the prompt * agnoster: avoid subshell when rendering prompt Rather than forking a subshell to print the prompt, construct it incrementally by appending to $PROMPT. v2: fix incorrect CURRENT_BG v3: fix bzr and hg prompting Thanks @mcornella for the help.
-
- 21 Sep, 2016 1 commit
-
-
Dawnflash Lightstring authored
Plugin command-not-found on Arch Linux returns 0 if git or bzr is found in repos, hence outputting unwanted pkgfile output. Checking if the commands exist first fixes all such issues.
-
- 20 Sep, 2016 1 commit
-
-
grindhold authored
the agnoster theme is now able to render basic information if the user is currently residing inside a bazaar folder. if so, it will render a green promt segment with "bzr" and the current revision number in it. if there are untracked files, the bar will be rendered in yellow. if there are changes to already tracked files, a + character will be printed.
-
- 22 Jul, 2016 1 commit
-
-
Anton authored
-
- 08 Nov, 2015 1 commit
-
-
Justin LeFebvre authored
I noticed that for certain projects with unstaged changed I would get a 'U' character instead of the '●' character. This should fix that.
-
- 07 Nov, 2015 1 commit
-
-
Andrew Janke authored
-
- 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.
-
- 03 Jul, 2015 1 commit
-
-
Andrew Janke authored
-
- 26 Jun, 2015 1 commit
-
-
Andrew Janke authored
all platforms. Add clarifying comments. This makes everything consistent with the current Powerline-patched fonts definitions.
-
- 14 Jun, 2015 1 commit
-
-
ivanfoo authored
-
- 10 Jun, 2015 1 commit
-
-
Mark Mendoza authored
-
- 16 Nov, 2014 1 commit
-
-
DanielFGray authored
-
- 06 Nov, 2014 1 commit
-
-
Marc Cornellà authored
This avoid spawning additional processes, as the $USER variable will **always** contain the current logged-in user.
-
- 26 Mar, 2014 1 commit
-
-
tcasparro authored
<B> Designates Bisecting >M< Designates Merging >R> Designates Rebasing
-
- 29 Jan, 2014 3 commits
-
-
mrbfrank authored
re-implemented expired pull request https://github.com/robbyrussell/oh-my-zsh/pull/1759
-
mrbfrank authored
changed ± to
-
mrbfrank authored
clearing up some confusion in issue#1906
-
- 15 Nov, 2013 1 commit
-
-
Eddie Monge authored
-
- 09 Nov, 2013 1 commit
-
-
Leonardo Santagada authored
agnoster theme was checking if the default virtualenv prompt was turned off and not showing its own... so there was no way to see which virtualenv was selected.
-
- 04 Nov, 2013 1 commit
-
-
Profpatsch authored
-
- 20 Oct, 2013 1 commit
-
-
Jacob Magnusson authored
See http://www.virtualenv.org/en/latest/index.html\?highlight\=virtual_env_disable_prompt\#activate-script for info regarding this.
-
- 02 Oct, 2013 1 commit
-
-
Profpatsch authored
-
- 19 Sep, 2013 1 commit
-
-
Robby Russell authored
This reverts commit baffc3b0.
-
- 29 Aug, 2013 1 commit
-
-
Mr Prud authored
-
- 25 Jun, 2013 1 commit
-
-
Gong Hao authored
-
- 06 Jun, 2013 1 commit
-
-
Grégoire Détrez authored
The code points have been updated in 53fbfe1, see - https://github.com/Lokaltog/powerline/commit/53fbfe15fead8cc7598bcb4ee9714a221ab7e446 - https://github.com/Lokaltog/powerline/issues/4
-
- 26 Mar, 2013 1 commit
-
-
Yohann Bianchi authored
IMPROVED: untracked file status has priority over modified (ie: if you have both modified and untracked files, your prompt will be red indicating the presence of untracked files)
-
- 31 Jan, 2013 1 commit
-
-
Matt Guindin authored
-
- 20 Jan, 2013 1 commit
-
-
Yohann Bianchi authored
-
- 18 Jan, 2013 1 commit
-
-
Yohann Bianchi authored
-
- 21 Dec, 2012 1 commit
-
-
Isaac Wolkerstorfer authored
This reverts commit f09af571. It is far more aesthetically pleasing, and conveys the correct amount of information. The exact numeric status code is extremely rarely of use, and increases cognitive parsing burden on the user. (cherry picked from commit 8f664edcaf55adcc540f0fe43d4205b66e4f9fb6)
-