syl20bnr
2c6cde92b3
Add support for upcoming fish shell native vi mode
2014-06-04 23:28:57 -04:00
Justin Hileman
98ac1baaad
Fix bold flags leaking into prompt
2014-05-14 17:48:06 -03:00
Justin Hileman
8b66273236
Namespace all the bobthefishes.
2014-05-14 17:48:06 -03:00
Justin Hileman
563153e667
Add an explicit copyright notice for bobthefish.
2014-05-14 12:51:52 -04:00
Justin Hileman
11087ce22d
Fix theme function descriptions.
2014-05-14 12:50:14 -04:00
Amio
ada3fa7d2b
Update screenshot
2014-05-05 17:49:49 -03:00
Amio
bec6dc5d3a
Init theme edan
2014-05-05 17:49:49 -03:00
Bachue Zhou
ab2de4699a
In robbyrussell, when last status is 0, the prompt should be green, otherwise it should be red, just like oh-my-zsh
2014-05-02 10:44:23 -03:00
Steve Mckellar
e201f30b75
Add new theme toaster
2014-05-01 12:21:33 -03:00
Bruno Pinto
782283dc66
mentioning mercurial on the documentation
2014-04-30 16:16:36 -03:00
S.P
68e4ac9dd0
Added agnoster-mercurial theme with support for mercurial
2014-04-30 16:15:56 -03:00
Felipe Rodrigues de Almeida
56ba9dbf7d
Added screenshot to the readme file.
2014-04-16 17:27:30 -03:00
Felipe Rodrigues de Almeida
d4382943bc
Space on the propper place
2014-04-16 17:27:30 -03:00
Felipe Rodrigues de Almeida
4dbe772048
forgot an if
2014-04-16 17:27:30 -03:00
Felipe Rodrigues de Almeida
99abb82ffa
Took the extra 0 out
2014-04-16 17:27:30 -03:00
Felipe Rodrigues de Almeida
4ab4cb5cb7
Preventing error when the branch isn't on upstream
2014-04-16 17:27:30 -03:00
Felipe Rodrigues de Almeida
82cab1f60d
Showing the difference of commits on upstream
2014-04-16 17:27:30 -03:00
Felipe Rodrigues de Almeida
b9031f3ed1
Showing the full path in the prompt.
2014-04-16 17:27:30 -03:00
Felipe Rodrigues
f7a95a96fe
added integral theme
2014-04-16 17:27:30 -03:00
Anton Beloglazov
8492908b8b
Changed the indentation style to 2 spaces as requested by @bpinto
2014-04-16 17:23:17 -03:00
Anton Beloglazov
dbb6945337
beloglazov theme: call _git_branch_name only once - performance
2014-04-16 17:23:17 -03:00
Anton Beloglazov
79d6869a62
beloglazov theme: removed the "git:" prefix from the branch name to make the prompt shorter
2014-04-16 17:23:16 -03:00
Anton Beloglazov
7059648b75
Added a beloglazov theme, which is based on the default robbyrussel theme. This theme adds time, the number of non-pushed git commits, and whether the previous command has failed.
2014-04-16 17:23:16 -03:00
Vincent
fedc586e7d
Forgot bold for user/host
2014-03-24 17:35:08 -03:00
Vincent Pretre
36abf97c9c
Added exit code in right prompt
...
Display name in red when user is root
2014-03-24 17:35:08 -03:00
Vincent
6b7dfe3733
Removed useless variable
2014-03-24 17:35:08 -03:00
Vincent
2e3c352b4b
Updated README
2014-03-24 17:35:07 -03:00
Vincent
89cbab49f7
integrated screenshot in readme
2014-03-24 17:35:07 -03:00
Vincent
a3b4739e9a
Started README, added Screenshot
2014-03-24 17:35:07 -03:00
Vincent
0a609a6e23
Added bira theme (based on ZSH bira theme)
2014-03-24 17:35:07 -03:00
Perry Huang
54a0494bae
Add perryh theme.
...
Add README.
2014-03-24 17:32:56 -03:00
Greg Knaddison
881aa4cc72
Typo, via @bpinto
2014-03-11 13:21:16 -06:00
Greg Knaddison
e11eb0bd30
Issue #125 : add a drupal-focused theme
2014-03-06 09:10:25 -07:00
Zhishen (Jason) Wen
409657eee3
Added readme
2014-02-18 21:38:25 -05:00
Zhishen (Jason) Wen
ab57fc1d97
Added theme "Zish" and preview
2014-02-18 21:26:51 -05:00
Chris Seelus
26abd15e43
Add theme "clearance"
2014-01-14 02:15:33 -02:00
syl20bnr
61c3a20807
Add syl20bnr theme
2014-01-14 02:12:31 -02:00
syl20bnr
701600c678
Add vi-mode from Ian Munsie
2014-01-10 03:56:35 -02:00
Lilo
d92dd16956
set UID before use, or it will be null
2014-01-10 03:49:27 -02:00
Muhammad Tauqir Ahmad
20246508ca
Add mtahmed theme.
...
--HG--
extra : amend_source : e3eb545150f7c4aa5ccaca80a64649419d154e6d
2013-11-20 17:50:46 -05:00
John Barbero Unenge
ba979ccb16
Add new theme gianu
...
It's the gianu theme from oh-my-zsh but converted for oh-my-fish
2013-11-20 06:00:42 -02:00
Lin Jen-Shin
10f36245d1
themes/gitstatus: $SSH_CONNECTION could've spaces
2013-10-29 01:33:59 +08:00
Lin Jen-Shin
72ee1140ec
themes/gitstatus: Fix where it shows extra a space
...
For example, if $HOME is not a git repository, it should show:
~>
But previously it incorrectly showed:
~ >
This commit makes it aware of such case, inserting the space
accordingly instead of always adding a space.
2013-10-29 01:12:47 +08:00
Lin Jen-Shin
dca3d50998
Add a gitstatus theme.
2013-10-28 00:44:14 +08:00
Aaron DeVore
9bfaccf51b
Fix broken image link in FishFace's README.md
2013-10-24 19:55:36 -07:00
Benji
17a0209b0c
fix set_color bug
...
fixes error
set_color: Expected an argument
2013-10-17 10:43:03 -03:00
Kris Leech
098351a9bb
FishFace theme [ #67 ]
2013-10-17 10:34:16 -03:00
Bruno
f50e96b8fc
Merge pull request #70 from zdavison/master
...
Corrected glyphs for agnoster theme.
2013-10-11 07:51:00 -07:00
@thingsdoer
4aa0794293
Corrected glyphs for agnoster theme.
2013-10-09 17:35:09 +01:00
Justin Hileman
35ae2a8a01
Add bobthefish theme.
2013-09-26 12:46:14 -07:00