TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Screenshots of every prompt theme in the oh-my-zsh framework

35 pointsby saganover 12 years ago

9 comments

saganover 12 years ago
You may now use 'j' and 'k' on your keyboard device to flip through the themes. There is also now a gallery link. The theme I'm using is Tomorrow Night, from <a href="https://github.com/chriskempson/tomorrow-theme" rel="nofollow">https://github.com/chriskempson/tomorrow-theme</a>. Enjoy.
评论 #4548486 未加载
lawnover 12 years ago
Am I the only one who likes a more minimalistic prompt?<p>I've used a simple $ with color for su/root and now I have the two liner:<p><pre><code> user@hostname:&#60;path&#62; $ ls </code></pre> I like the user@hostname as I often ssh to different machines and the path is nice to have sometimes but I don't want the clutter.<p>Having the whole git info in the path would annoy me, it feels like clutter just because you can?<p>Am I alone with this?
评论 #4550585 未加载
yobriefcaseover 12 years ago
Is there a simple way to browse all? Am I missing something here otherwise I'd need to know the name of the theme and knowing that I'd guess I'd already know what it looked like?
评论 #4548186 未加载
评论 #4548076 未加载
评论 #4548165 未加载
评论 #4548168 未加载
neeeeover 12 years ago
I recommend using Prezto[1][2] or not using a framework at all. Prezto is an almost complete rewrite of OMZ that is simpler, completely modular and has a huge amount of bugs fixed. Not using a framework avoids bloat and unexpected settings and can be quite pleasant using tools like [3]. [1]<a href="https://github.com/robbyrussell/oh-my-zsh/issues/377" rel="nofollow">https://github.com/robbyrussell/oh-my-zsh/issues/377</a> [2]<a href="https://github.com/sorin-ionescu/prezto" rel="nofollow">https://github.com/sorin-ionescu/prezto</a> [3]<a href="https://github.com/ingydotnet/.." rel="nofollow">https://github.com/ingydotnet/..</a>.
评论 #4548388 未加载
评论 #4552406 未加载
评论 #4549562 未加载
评论 #4548799 未加载
mhdover 12 years ago
I had a pretty comprehensive prompt (bash) not too long ago (lots of elements, all angry fruit salad), but went back to something much simpler in recent months (directory trunk, sometimes even just the good ol' "%"). Mostly due to creating lots of short-lived, single-purpose sessions, where I'm less likely to get lost.<p>One of the main reasons why I'm not switching over to zsh, and would probably see ksh93 or rc as more likely candidates - scripting features seem more interesting than spurious completion and extended globbing.
pyreover 12 years ago
Looks like "awesomepanda" is a broken them. It complains about missing 'svn_prompt_info' after every command.<p>Also, sagan@galaxy for the user@host is cute too.<p>Are risto and bira broken or do they mean to display the branch name like '&#60;master)&#62;' instead of '&#60;master&#62;'? It looks especially odd since in both themes the ')&#62;' is a different color than the '&#60;master'.
mattgreenrocksover 12 years ago
What color scheme do you have in your terminal?<p>And I think people are looking for a way to use arrow keys or the like to look around, not just a list. :)
drunkenflyover 12 years ago
A lot of them show Ruby version - what is the point of that? Is it often changed and you must know about it while you are in terminal?
评论 #4548941 未加载
braverover 12 years ago
Looks like prompt abuse to me. Too much (repeating) information you can't see what you're typing.