haandol
0b4bba4ca2
Change af-magic theme's branch color ( #5730 )
9 years ago
Patrick José Pereira
0f498e8d45
'themes/trapd00r.zsh-theme: Solve typos'
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
9 years ago
Patrick José Pereira
0c7bb4de0d
'themes/steeef.zsh-theme: Solve typos'
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
9 years ago
Patrick José Pereira
747b6ec5f7
'themes/pure.zsh-theme: Solve typos'
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
9 years ago
Patrick José Pereira
a414bb3eb4
'themes/half-life.zsh-theme: Solve typos'
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
9 years ago
Jocelyn Thode
cff228e342
Update bira theme ( #4954 )
...
* Add '#' instead of '$' when in root
* Make return code bold
10 years ago
Marc Cornellà
015598b8a8
Display suvash prompt w/o Ruby; refactor code
10 years ago
FireWave
fe605e142f
Change confusing 12h without AM/PM to a clean 24h display.
...
It was not possible to simply add AM/PM since strftime return blank for %p %P
10 years ago
FireWave
9d35d3a5d5
Revert "Change confusing 12h-time without AM/PM to system-localized time"
...
This reverts commit 06d52a6038 .
10 years ago
FireWave
06d52a6038
Change confusing 12h-time without AM/PM to system-localized time
10 years ago
Dawnflash Lightstring
7e5483d672
Add check for git and bzr to agnoster theme
...
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.
10 years ago
grindhold
d1ce70f685
added support for bazaar in agnoster theme ( #5016 )
...
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.
10 years ago
Matt Nichols
fb8953d525
Fix peepcode theme ruby prompt info ( #5339 )
...
The ruby prompt info was not interpolating properly. Switching to use
ruby_prompt_info helper. This addresses the issue.
10 years ago
khenarghot
292a62e3ab
Fix git emptiness check in dogenpunk theme ( #5329 )
...
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
10 years ago
Arz Yu
1e9084c3c7
muse theme: Remove extra spaces for none git/virtualenv prompt ( #5278 )
...
* muse theme: Remove a extra space for none git prompt
* muse theme: Remove a extra space for none virtualenv prompt
10 years ago
Anton
a7e30b26ba
Fix hg call when missing on archlinux with command-not-found ( #5218 )
10 years ago
Adam Glenn
cc8285b1f7
adding python virtualenv support to the prompt ( #5031 )
...
adding python virtualenv support to muse theme
10 years ago
Harald Nordgren
53acf21182
Peepcode theme: Don't try to use RVM if it's not available ( #5154 )
10 years ago
Pierre Dimitrou
b1ab13d9e6
Add rbenv support for ruby version display
10 years ago
Marc Cornellà
82a4587427
Use `grep -q` for silent behavior
10 years ago
Marc Cornellà
e1b04cfecd
Fix logic of bureau_git_status function
...
This separates the gathering of file status, repository status and
stash.
10 years ago
Jon-Erik Johnzon (TorrentKatten)
e8a9d0ee1a
localization support for clock in candy theme
...
Now uses 12-hour clock or 24-hour clock depending
on user locale
10 years ago
Yad Smood
9cc3e8bf29
Optimize the ys.zsh-theme make it simpler
10 years ago
L.C. Karssen
55fed4f8cd
Fix use of CARETCOLOR in avit theme
...
$CARETCOLOR was not to actually colour the caret, so change to root user
wouldn't show in the prompt. Now both ▶ and ◀ follow $CARETCOLOR.
10 years ago
L.C. Karssen
9c36248439
Better visible colours in avit for Ubuntu terminal
...
Make some colours in the avit theme bold for better visibility in the
default Ubuntu terminal theme.
10 years ago
Yad Smood
9a2376bd29
add: exit code
10 years ago
Yad Smood
aeca2ad899
Optimize the ys.zsh-theme make it more expressive
10 years ago
Kenneth Reitz
568f4812f2
update kennethreitz.zsh-theme
10 years ago
Kenneth Reitz
07424c92a8
Update kennethreitz.zsh-theme
10 years ago
Marc Cornellà
3d522ff3a6
Remove non-working symbols and tidy up logic
10 years ago
Nick Russo
20b8b6cc74
Sets spacing to 1 when git is absent for consistency
10 years ago
L.C. Karssen
0a47451a46
Updated colour of ◀ in PROMPT2 of the avit theme.
...
In commit 729fd53 I incorrectly only changed PROMPT1. Now both ▶ and ◀ follow $CARETCOLOR.
10 years ago
L.C. Karssen
63e216ba9d
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.
10 years ago
L.C. Karssen
18801e25d2
Shorter way of creating bold colours in a ZSH theme (applied to the avit theme).
10 years ago
L.C. Karssen
ceca00a503
Adapt some colours in the avit theme for better visibility in the default Ubuntu terminal theme.
10 years ago
L.C. Karssen
854c41d843
Fix in avit theme: $CARETCOLOR was not to actually colour the caret, so change to root user wouldn't show in the prompt.
10 years ago
L.C. Karssen
a67dfae72b
Set colour for user@hostname to red if we're root (or sudo) in the bira theme.
10 years ago
Andrew Janke
9f552130bd
Move current_branch() from git plugin to core lib/git.zsh
...
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.
10 years ago
Danyil Bohdan
b15918d414
"fishy" theme: Fix "~" use in prompt
...
Actually replace the value of the environment variable $HOME with
"~" instead of appending the tilde in front of the prompt.
10 years ago
Danyil Bohdan
2e3731c5b1
"fishy" theme: Shorten path .foo to .f, not .
...
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.
10 years ago
Justin LeFebvre
76c423862f
I noticed that for certain projects with unstaged changed I would get a 'U' character instead of the '●' character. This should fix that.
11 years ago
Andrew Janke
cc116f65d6
agnoster: stronger warning about changing SEGMENT_SEPARATOR character
11 years ago
aioute Gao
e66afc0318
Avoid using "PREFIX" that cause nvm to complain about.
11 years ago
Alexander Golikov
67abf0f955
Update frontcube.zsh-theme
...
Fix «rvm» variable usage in RPROMPT out
11 years ago
justvitalius
dc3413b91c
Fix print rvm version in amuse theme
11 years ago
Alexis Hildebrandt
1a51100d09
Fix issues with character widths in emotty theme
11 years ago
Alexis Hildebrandt
550573bfb8
Add emotty theme
11 years ago
Kirill Pahnev
023397983b
Fixed broken git branch icon
11 years ago
Andrew Janke
d009f24ac3
gnzh theme: fix "eval" and related problems.
...
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.
11 years ago
bronzdoc
bec496f053
Display rvm-prompt output.
11 years ago