- 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.
-
- 19 Jul, 2018 1 commit
-
-
Marc Cornellà authored
-
- 03 Jul, 2018 1 commit
-
-
Unknown-Guy authored
-
- 01 Jul, 2018 2 commits
-
-
nyim authored
-
Jonathen Russell authored
I found this quite annoying not being in this theme after switching from gentoo-theme, it's helpful and it doesn't detract from simplicity.
-
- 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.
-
- 07 May, 2018 1 commit
-
-
Joshua Kovach authored
* Fix branch not updating on checkout in steeef * Check for `hub` in steeef when switching branches
-
- 23 Apr, 2018 1 commit
-
-
Marc Cornellà authored
Fixes #6758
-
- 22 Apr, 2018 1 commit
-
-
Sean Abraham authored
* Make steef much faster by not printing all history each time * Use whence -c to expand shell functions as well * Use $2 (expanded command about to be ran)
-
- 19 Apr, 2018 1 commit
-
-
Marc Cornellà authored
* [rkj-repos] Make `hg prompt` check less strict Move the `hg prompt` check inside the hg_prompt_info function so that it returns an empty string if hg-prompt isn't installed. Fixes #6743. * [rkj-repos] Check for hg in `hg prompt` function
-
- 17 Apr, 2018 1 commit
-
-
安正超 authored
-
- 15 Apr, 2018 3 commits
-
-
cori schlegel authored
* Check for extension, and exit if not found. Addresses #6036 * Fix styles in rkj-repos.theme
-
-
Cory Snider authored
The avit theme's _git_time_since_commit function was running git twice. Reduce it with a single call to `git log`, checking the exit code for success.
-
- 01 Nov, 2017 1 commit
-
-
Paul Morganthall authored
The old preview on Skitch is no longer available (closed account?). The new preview is on a free Flickr which might last longer. ?
-
- 03 May, 2017 1 commit
-
-
Vihang Mehta authored
-
- 21 Apr, 2017 1 commit
-
-
Marc Cornellà authored
Fixes #6028
-
- 30 Mar, 2017 2 commits
-
-
Marc Cornellà authored
-
Elias Fröhner authored
The whitespace in line 13 creates a double whitespace when combined with line 24. Therefore 2 whitespaces appear between ${user_host} and ${current_dir}.
-
- 16 Mar, 2017 1 commit
-
-
Marc Cornellà authored
-
- 09 Jan, 2017 1 commit
-
-
haandol authored
-
- 30 Dec, 2016 4 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>
-
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
-