- 31 Jan, 2019 1 commit
-
-
Brian Hong authored
-
- 31 Dec, 2018 1 commit
-
-
Aurélien Bourdon authored
-
- 27 Oct, 2018 1 commit
-
-
Ezequiel Pochiero 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
-
- 07 Oct, 2018 1 commit
-
-
Marc Cornellà authored
These themes used an adhoc substitution of $HOME for tilde in $PWD, but it's better to use '%~' and is less error prone. See #7160
-
- 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
-
- 15 Sep, 2018 1 commit
-
-
Marc Cornellà authored
-
- 29 Aug, 2018 1 commit
-
-
Nick Diego Yamane authored
* theme/fino: Check rvm-prompt is installed before to try to use it Signed-off-by: Nick Diego Yamane <nick.diego@gmail.com> * theme/fino-time: Check rvm-prompt is installed before to try to use it Signed-off-by: Nick Diego Yamane <nick.diego@gmail.com>
-
- 20 Aug, 2018 6 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
This version splits the `$PWD` by the slashes and prints the path directory by directory, printing the separators as before.
-
Marc Cornellà authored
Also refactor the logic
-
Marc Cornellà authored
-
Marc Cornellà authored
Checking if the terminal supports 256 colors is better suited for our purpose. Checking if `$DISPLAY` is set doesn't tell us if our colors will be displayed correctly.
-
Marc Cornellà authored
Used color encodings from https://metacpan.org/source/WOLDRICH/Term-ExtendedColor-0.224/lib/Term/ExtendedColor.pm
-
- 19 Aug, 2018 2 commits
-
-
Michele Iacobone authored
-
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.
-
- 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
-