- 30 Dec, 2016 3 commits
-
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
Patrick José Pereira authored
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
-
- 15 Oct, 2016 1 commit
-
-
Jocelyn Thode authored
* Add '#' instead of '$' when in root * Make return code bold
-
- 13 Oct, 2016 1 commit
-
-
Marc Cornellà authored
-
- 03 Oct, 2016 2 commits
-
-
FireWave authored
It was not possible to simply add AM/PM since strftime return blank for %p %P
-
- 30 Sep, 2016 1 commit
-
-
FireWave authored
-
- 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 2 commits
-
-
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.
-
Matt Nichols authored
The ruby prompt info was not interpolating properly. Switching to use ruby_prompt_info helper. This addresses the issue.
-
- 21 Aug, 2016 1 commit
-
-
khenarghot authored
The parsing output for full git log output too slow so it replaced with last commit show request, wich cause error if repository is empty
-
- 15 Aug, 2016 1 commit
-
-
Arz Yu authored
* muse theme: Remove a extra space for none git prompt * muse theme: Remove a extra space for none virtualenv prompt
-
- 22 Jul, 2016 1 commit
-
-
Anton authored
-
- 19 Jul, 2016 1 commit
-
-
Adam Glenn authored
adding python virtualenv support to muse theme
-
- 14 Jun, 2016 1 commit
-
-
Harald Nordgren authored
-
- 14 May, 2016 1 commit
-
-
Pierre Dimitrou authored
-
- 04 Apr, 2016 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
This separates the gathering of file status, repository status and stash.
-
- 30 Mar, 2016 1 commit
-
-
Jon-Erik Johnzon (TorrentKatten) authored
Now uses 12-hour clock or 24-hour clock depending on user locale
-
- 24 Mar, 2016 1 commit
-
-
Yad Smood authored
-
- 07 Mar, 2016 2 commits
-
-
L.C. Karssen authored
$CARETCOLOR was not to actually colour the caret, so change to root user wouldn't show in the prompt. Now both
▶ and◀ follow $CARETCOLOR. -
L.C. Karssen authored
Make some colours in the avit theme bold for better visibility in the default Ubuntu terminal theme.
-
- 20 Feb, 2016 2 commits
- 14 Feb, 2016 2 commits
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- 12 Feb, 2016 2 commits
-
-
Marc Cornellà authored
-
Nick Russo authored
-
- 13 Jan, 2016 6 commits
-
-
L.C. Karssen authored
In commit 729fd53 I incorrectly only changed PROMPT1. Now both
▶ and◀ follow $CARETCOLOR. -
L.C. Karssen authored
oh-my-zsh avit theme: instead of only showing the last 3 directories in the $PWD shorten the path by removing some middle parts if $PWD becomes too long.
-
L.C. Karssen authored
-
L.C. Karssen authored
-
L.C. Karssen authored
Fix in avit theme: $CARETCOLOR was not to actually colour the caret, so change to root user wouldn't show in the prompt.
-
L.C. Karssen authored
-
- 15 Dec, 2015 1 commit
-
-
Andrew Janke authored
Fixes #4085: core -> plugin dependency issue. Rename it to git_current_branch for clarity that it's git-specific. Update all plugins that were calling it to use new name. Fix variable leaks by making more variables in lib/git.zsh local. Have lib/git.zsh use [[ ]] instead of [ ] everywhere.
-
- 14 Dec, 2015 1 commit
-
-
Danyil Bohdan authored
Actually replace the value of the environment variable $HOME with "~" instead of appending the tilde in front of the prompt.
-
- 04 Dec, 2015 1 commit
-
-
Danyil Bohdan authored
When the current path is /home/user/.config/doublecmd the prompt now reads "/h/u/.c/doublecmd", not "/h/u/./doublecmd" as was the case. This matches what the Fish shell does. Enclose the Perl snippet in single quotes instead of double quotes.
-
- 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
-