1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00
Commit graph

483 commits

Author SHA1 Message Date
Profpatsch 5718d2b688 Forgot one symbol for hg. 2013-11-04 23:35:42 +01:00
Wari Wahab 7eb2f528a6 linuxonly doesn't work unless renamed properly
Unlike all other files listed in the themes directory, this file is the only
one that's "doing it's own thing"
2013-11-04 23:20:12 +08:00
Robby Russell 042ee6e6ed Merge pull request #2138 from Profpatsch/theme-agnoster
More expressive symbols for git and mercurial.
2013-10-24 20:28:22 -07:00
Jacob Magnusson 0f9db24f9f Fix: Agnoster theme added venv name even if disabled
See http://www.virtualenv.org/en/latest/index.html\?highlight\=virtual_env_disable_prompt\#activate-script for info regarding this.
2013-10-20 16:07:19 +02:00
Profpatsch fa85b4d6ee More expressive symbols for git and mercurial. 2013-10-02 23:24:21 +02:00
Robby Russell 61e3951e4b Revert "Replace no unicode glyph on hexa string"
This reverts commit baffc3b0bd.
2013-09-19 13:18:16 -07:00
Robby Russell b57118bd37 Merge pull request #2065 from prudprud/master
Replace no unicode glyph on hexa string
2013-09-19 07:00:16 -07:00
Maxime Chaisse-Leal 4dbe4378db Added WIP alert to the gallois' theme 2013-09-18 21:56:10 +02:00
Nathan Cox dfe36d7b7b Added virtualenv plugin data to af-magic theme. 2013-09-18 08:09:15 -07:00
Robby Russell 1c468c63c0 Merge pull request #839 from eproxus/sunrise-fixes
Correct color and font issues on Ubuntu
2013-09-11 06:18:46 -07:00
Mr Prud baffc3b0bd Replace no unicode glyph on hexa string 2013-08-29 14:07:09 +02:00
Kasper Kronborg Isager 2c56345917 Add Pure theme 2013-08-10 19:19:30 -04:00
Steven De Coeyer 5bad3f890d Updates Zhann theme 2013-08-05 21:15:28 +02:00
Vincent 2defe0b5c5 Update jonathan.zsh-theme
Made it work with UTF-8 Console.
Thanks goes to http://blog.ganneff.de/blog/2013/03/zsh-config---and-prompt.html
2013-07-08 01:17:33 +02:00
Robby Russell 89b8e05009 Merge pull request #1868 from mlacorte/master
Fix for broken colors in "superjarin" theme
2013-06-25 09:22:52 -07:00
Gong Hao ebfc9042ed add virtualenv prompt support for agnoster theme 2013-06-25 12:29:48 +08:00
Robby Russell 78dba754d1 Merge pull request #1872 from gdetrez/new-powerline-range
Update the character used from powerline
2013-06-21 07:11:47 -07:00
Robby Russell 46d4606e66 Merge pull request #1756 from rkj/master
Fixed missing retcode if you tried to use themes/rkj
2013-06-17 21:23:18 -07:00
Grégoire Détrez 97849bd9b6 Update the character used in powerline
The code points have been updated in 53fbfe1, see
- 53fbfe15fe
- https://github.com/Lokaltog/powerline/issues/4
2013-06-06 13:06:29 +02:00
Michael LaCorte 0118e18289 Fixed color on git prompt for superjarin theme 2013-06-05 12:37:02 -07:00
Roman Kamyk cf9b0119fa Fixed missing retcode function 2013-04-24 06:50:48 -07:00
Robby Russell b6ea876971 Merge pull request #690 from essembeh/master
Adding ~/.ssh/config parsing for host list and theme.
2013-04-23 21:27:51 -07:00
Robby Russell 8890df1251 Merge pull request #922 from sbfaulkner/master
patch rbenv support for themes
2013-04-23 20:57:24 -07:00
Robby Russell b035662e4c Merge pull request #1053 from cwoodcox/master
Added a neat theme called half-life. It's pretty and quite functional.
2013-04-23 20:56:18 -07:00
Robby Russell 27ff262e09 Merge pull request #1088 from avit/avit-theme
avit theme
2013-04-23 20:49:14 -07:00
Robby Russell d6a36b1756 Merge pull request #1575 from mguindin/agnoster-change
[agnoster-theme] modifying theme for dirty/staged files
2013-04-23 20:17:40 -07:00
Robby Russell 42127bee6d Merge pull request #1715 from dbohdan/master
Fixed a UTF-8 problem in the theme "fishy"
2013-04-23 19:58:59 -07:00
Roman Kamyk 5dae44ac59 Return code instead of dollar sign 2013-04-16 10:10:21 -07:00
Danyil Bohdan 2d2aa64167 Implemented UTF-8 support in fishy.zsh-theme. 2013-04-12 18:19:09 +03:00
Robby Russell 85426a57a2 Merge pull request #1526 from filipechagas/master
Gitfast plugin - Untracked files char not shown %
2013-04-12 06:17:19 -07:00
Robby Russell 989b6ec29e Merge pull request #1208 from jaischeema/master
Add new theme : jaischeema
2013-04-07 19:32:41 -07:00
Robby Russell b68db6e15a Merge pull request #1060 from danielbayerlein/new-theme-inspired-by-peepcode
Add Theme "itchy"
2013-04-07 19:31:54 -07:00
Robby Russell 2606772676 Merge pull request #1679 from KokaKiwi/master
A new plugin "colored-man" and a greeny theme "kiwi"
2013-04-07 19:03:39 -07:00
Sergio Rafael Gianazza c8423eb6d7 Removed colors from parenthesis. 2013-04-04 18:11:37 -03:00
Sergio Rafael Gianazza 0707bfce53 New theme: Gianu Theme
I created a theme that I feel confortable with and want to share with
everyone.

The prompt format is: <user>@<host> <current_dir> (<git_status>)$
2013-04-04 16:18:48 -03:00
Nicolas Jeker f358f61414 use hostname instead of hostname -s
hostname -s is not available on every implementation of hostname, e.g. Cygwin uses hostname from coreutils which doesn't work.
2013-04-02 12:33:06 +03:00
KokaKiwi 3ad05df020 Add 'kiwi' theme 2013-03-30 16:01:31 +01:00
Robby Russell 5e7e987ff7 Merge pull request #1657 from ysmood/master
Add a new theme 'ys'
2013-03-26 22:12:48 -07:00
Robby Russell 95b46e7eac Merge pull request #1658 from kavu/patch-1
Fix git dirty status in dallas.zsh-theme
2013-03-26 22:12:21 -07:00
Robby Russell 4e101bed86 Merge pull request #1558 from sbooob/master
Mercurial repository info in agnoster theme
2013-03-26 22:05:55 -07:00
Yohann Bianchi 5128669a76 IMPROVED: untracked file status has priority over modified (ie: if you have both modified and untracked files, your prompt will be red indicating the presence of untracked files) 2013-03-26 09:57:11 +01:00
Max Riveiro 7903f51856 Fix git dirty status in dallas.zsh-theme 2013-03-13 12:36:48 +04:00
y.s 55c6fd5c38 opt: Optimize the color scheme. Add some basic comments. 2013-03-13 15:55:35 +08:00
Sébastien M-B 07838055a8 Merge remote-tracking branch 'upstream/master' 2013-03-12 16:52:57 +01:00
y.s a66bc75ad7 add: A new theme 'ys'. 2013-03-12 21:15:22 +08:00
Michele Bologna 0b6e735885 added comment for auto-generated hostname color 2013-03-05 23:01:00 +01:00
Michele Bologna c2d42f5a90 added michelebologna theme 2013-03-05 22:50:27 +01:00
Sébastien M-B 2595484a97 Merge remote-tracking branch 'upstream/master'
Conflicts:
	lib/aliases.zsh
2013-02-08 19:08:06 +01:00
Matt Guindin ef8e3a67f2 [agnoster] modifying theme to show dot for dirty files and plus for staged files in git repos 2013-01-30 20:46:08 -05:00
Adolfo Benedetti 76e828691b updated adben theme: added offline content, subversion support, refactored prompt 2013-01-30 18:58:58 +01:00
Yohann Bianchi 28b737416f ADDED: Mercurial prompt info support even if hg prompt extension is unavailable 2013-01-20 13:10:31 +01:00
Yohann Bianchi 8e9cf45200 ADDED: Mercurial repository info 2013-01-19 00:52:09 +01:00
Robby Russell 312da3ea05 Merge pull request #941 from dcreager/configurable-blinks-theme
blinks theme works with light and dark Solarized
2013-01-10 22:37:25 -08:00
Filipe Chagas 021e6de323 added crcandy theme
it's just the candy theme with a new line before.
in order to make easier to see the result of the
commands and to avoid confusing
2012-12-28 18:04:15 -02:00
Jack Henahan e7f24a8319 add symbol in darcs repos to match git and mercurial 2012-12-24 13:43:45 -05:00
Isaac Wolkerstorfer e4624c6a36 Revert "agnoster theme shows error code instead of an "x""
This reverts commit f09af57179.

It is far more aesthetically pleasing, and conveys the correct amount of information. The exact numeric status code is extremely rarely of use, and increases cognitive parsing burden on the user.
(cherry picked from commit 8f664edcaf55adcc540f0fe43d4205b66e4f9fb6)
2012-12-21 11:45:57 -05:00
Robby Russell 462136a9d6 Merge pull request #794 from markdrago/cloud_parameter
add ability to set custom prefix for cloud theme
2012-12-04 06:52:32 -08:00
Andrei Gorgan 8925cff334 Fix prompt color: Change it back to green 2012-12-03 12:29:45 +02:00
Andrei Gorgan e096e4041f Print last exit status in mortalscumbag prompt 2012-12-03 12:03:43 +02:00
Robby Russell fdf3a3998f Merge pull request #1295 from XL64/master
Fixed johnathan-zsh.theme if rbenv doesn't exists
2012-12-02 13:02:38 -08:00
Robby Russell 1f284071de Merge pull request #1298 from nickhutchinson/fishy
Update fishy theme to collapse working directory in PROMPT
2012-12-02 13:02:22 -08:00
Robby Russell 275e7cba8f Merge pull request #1235 from henryyan/master
Improved maven plugin added a lot of auto complection, add git-extras plugin
2012-12-02 12:48:45 -08:00
Robby Russell e89f950985 Merge pull request #1256 from seegno/master
Added sf Symfony2 binary alias
2012-12-02 12:43:59 -08:00
Robby Russell 66df0f8089 Merge pull request #1317 from thcipriani/junkfood_theme
Added junkfood theme
2012-12-02 12:36:32 -08:00
Robby Russell 5ed75de5ce Merge pull request #1353 from a-b/master
Prompt symbol update
2012-12-02 12:26:12 -08:00
Robby Russell 1417111bad Merge pull request #1453 from simonoff/master
new theme and rvm theming support
2012-12-02 12:20:31 -08:00
Robby Russell 423d66da5b Merge pull request #409 from Bregor/patch-1
Dollar sign instead of percent in unprivileged user prompt (as in real ge
2012-12-02 12:10:32 -08:00
Robby Russell 4fea3ce219 Merge pull request #1455 from NeuralSandwich/master
Battery plugin: Added support for Apple Macs
2012-12-02 12:07:13 -08:00
Sean Jones 5f62d2c183 Added Candy-Kingdom theme 2012-12-02 19:46:53 +00:00
Robby Russell 77e4c1c9f1 Merge pull request #253 from loopj/master
Added function git_remote_status to lib/git.zsh which extracts if the local branch is ahead/behind/diverged from remote
2012-12-02 11:43:09 -08:00
Robby Russell e4a596c095 Merge pull request #516 from adben/master
New Theme
2012-12-02 10:51:25 -08:00
Alexander Simonov 27841ca7c1 Set default for rvm prompt prefix/suffix 2012-12-02 20:30:25 +02:00
Alexander Simonov f9de64460c Simonoff theme 2012-12-02 19:56:17 +02:00
Robby Russell 8796fd01cc Merge pull request #455 from aslamnd/master
New theme
2012-12-02 09:54:54 -08:00
Robby Russell 08cb82b9f4 Merge pull request #448 from n0nick/patch-1
Updated the frisk theme to display Bazaar branch information as well
2012-12-02 09:54:24 -08:00
Robby Russell 3657bf8efa Merge pull request #1421 from cristim/master
Added a small mod of the tjkirch theme
2012-12-01 11:40:44 -08:00
Robby Russell 25a2f029a4 Merge pull request #1399 from tresni/patch-1
Update themes/minimal.zsh-theme
2012-12-01 11:39:54 -08:00
Hauke Stange 3d7622831f fixed symbolic-ref git view of agnoster theme 2012-11-27 21:43:23 +01:00
Hauke Stange 7fc612bcb9 removed 'x' from prompt_context() function name 2012-11-27 21:20:56 +01:00
Cristian Măgherușan-Stanciu 7c768543df Added a small mod of the tjkirch theme
- single-line prompt
- removed the extra line after each command output
2012-11-25 17:15:16 +01:00
Tiago Ribeiro 6c45d217af Added host to prompt 2012-11-20 00:33:52 +00:00
Brian Hartvigsen 99468cb4ec Update themes/minimal.zsh-theme
Cleans up minimal theme by not using a custom prompt function
Removed case of 2 spaces showing if not in a version controlled folder
Adds support for svn_prompt_info
2012-11-07 23:53:44 -07:00
Fuad Saud f09af57179 agnoster theme shows error code instead of an "x" 2012-11-03 05:05:38 -02:00
Henry Yan 3ad138a08a Merge remote-tracking branch 'upstream/master'
* upstream/master: (35 commits)
  make README reflect latest changes
  URL Tools Plugin
  added a comment to the composer installation alias
  added Composer completition and aliases
  added two aliases to Symfony2 Plugin
  fix test aliases
  Missing comment line
  look for test/unit instead of test/units. #typo
  Correct error message.
  Clean up doc
  Jira ticket shortcut to browse existing issues or create a new issue.
  Add zeus plugin
  Make rvm prompt function a bit cleaner
  Fixing the rvm_prompt_info command, now it will not show empty parens if no rvm is currently being used
  Add link to gist
  Updated documentation for agnoster theme
  Use HISTFILE evironment variable directly rather than copying it
  added autojump plugin support for mac os x + port
  Colemak plugin
  Per directory history plugin
  ...
2012-10-14 22:06:48 +08:00
Alexander Berezovsky 8f7b126d2f updated symbol 2012-10-13 13:34:02 -07:00
Tyler Cipriani 53412de75c Something to be said for symmetry 2012-10-11 14:02:55 -06:00
Tyler Cipriani 5872daea49 spacing makes me something 2012-10-11 13:59:08 -06:00
Tyler Cipriani 2ba668b91c parens tweak 2012-10-11 13:57:21 -06:00
Tyler Cipriani bb5db62314 removed weird characters 2012-10-11 13:48:38 -06:00
Tyler Cipriani 8d86bb298d moved spacing 2012-10-11 09:26:39 -06:00
Isaac Wolkerstorfer b207792f30 Add link to gist 2012-09-25 19:06:13 -05:00
Isaac Wolkerstorfer 6e85ff5b44 Updated documentation for agnoster theme 2012-09-25 18:35:08 -05:00
James Smith 00bff0a996 Red prompt for remote hosts 2012-09-20 19:35:09 -07:00
Tyler Cipriani 8ecc252f0c Last spacing adjustment...I swear 2012-09-19 09:34:45 -06:00
Tyler Cipriani 9510eb0e5a Modified spacing one last time 2012-09-18 11:13:36 -06:00
Tyler Cipriani a8d426087b modified spacing on junkfood theme 2012-09-17 14:12:09 -06:00
Tyler Cipriani b534b38063 Added fat arrow the theme 2012-09-17 12:16:06 -06:00
Isaac Wolkerstorfer bf4157514f Refactored theme 2012-09-17 11:44:25 -05:00
Tyler Cipriani 00e11991e0 Added space to prompt 2012-09-17 10:25:19 -06:00
Tyler Cipriani 11a4c67f34 Added junkfood theme 2012-09-17 10:19:37 -06:00