Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add skwp theme #156

Closed
wants to merge 1 commit into from
Closed

Add skwp theme #156

wants to merge 1 commit into from

Conversation

skwp
Copy link

@skwp skwp commented Apr 23, 2012

Based on steeef theme, using always-updated vcs_info
and an RVM indicator on the right.

screenshot

Based on steeef theme, using always-updated vcs_info
and an RVM indicator on the right.
@sorin-ionescu
Copy link
Owner

Why not edit the steeef theme instead of duplicating it?

PS: If you use a branch instead of master, you can force push when you screw up a pull request, and it will be updated. You don't have to create a new one.

@skwp
Copy link
Author

skwp commented Apr 23, 2012

Well I thought the steeef theme might be used by someone, so I didn't want to just screw with it. If no one is using it, why is it included in the distro :) Are these just examples?

thanks for the info on the pull request, didn't know

@skwp
Copy link
Author

skwp commented Apr 23, 2012

ps I don't know if you plan on including other people's themes in the distro like robby was doing..so I opened this pull request, but if you don't want it in there, no problem. I know robby seems to have gotten completely overloaded with pulling people's themes in to the point where he stopped doing it entirely

@sorin-ionescu
Copy link
Owner

I do want to include other people's themes but not like Robby. Themes have to be voted for inclusion by the community. There have been a few theme submissions, but since no one voted for them, they were not merged in. You should add a screenshot like those themes.

@skwp
Copy link
Author

skwp commented Apr 23, 2012

Screenshot added to description

@sorin-ionescu
Copy link
Owner

Ok; so, it's different than steeef's.

@skwp
Copy link
Author

skwp commented Apr 23, 2012

Yeah it's definitely different, I just used steeef as a jumping off point - I liked his colors and reused a bunch of the code

@ColinHebert
Copy link
Contributor

Regarding rvm_info_for_prompt and virtualenv_info, wouldn't it be possible to have a variable set in the ruby module to take care of that?

Could you add a link to the screenshot in the theme description?

@sorin-ionescu
Copy link
Owner

An rvm-info could be added to the ruby module, but it's not necessary since rvm-prompt should be in $PATH and output nothing by default. virtualenv is Python-related.

@ColinHebert
Copy link
Contributor

@sorin-ionescu, damn I mixed everything... I was thinking about rbenv not virtualenv

@sorin-ionescu
Copy link
Owner

That too should have something similar. There should not be a need for wrappers, other than consistency.

On Apr 23, 2012, at 16:50, Colin [email protected] wrote:

@sorin-ionescu, damn I mixed everything... I was thinking about rbenv not virtualenv


Reply to this email directly or view it on GitHub:
https://github.com/sorin-ionescu/oh-my-zsh/pull/156#issuecomment-5291449

@sorin-ionescu
Copy link
Owner

Is your theme affected by #230?

@skwp
Copy link
Author

skwp commented Aug 6, 2012

My stuff works but I'm also using yadr which has its own 'gco' implemented as a simple alias, so maybe it doesn't have the same bug. I'll take a look at the fix on #230...

@skwp
Copy link
Author

skwp commented Aug 6, 2012

Yeah my theme doesn't suffer from this bug because I think I had discovered it earlier and entirely nuked the logic about doing the vcs update check. I just do it every time.

@sorin-ionescu
Copy link
Owner

I think I will get rid of that theme.

I will reopen your theme, and perhaps others, for voting for inclusion once the rebranding is complete. There are more users now.

# Sorin Ionescu <[email protected]>
# Yan Pritzker <[email protected]>

function rvm_info_for_prompt {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function does not belong here; it belongs in the Ruby module and not in this form. It will have to be modified to be customisable via zstyles.

@sorin-ionescu
Copy link
Owner

I would like to reopen this but @github won't let me, and I do not know why.

@sorin-ionescu
Copy link
Owner

Don't resubmit though.

@sorin-ionescu
Copy link
Owner

I suspect that if you force push based on a newer parent, it will let me reopen it.

@sorin-ionescu
Copy link
Owner

I have been playing with your prompt. Displaying the full path can be a problem.

@skwp
Copy link
Author

skwp commented Oct 13, 2012

I prefer to know exactly where I am. In rails apps you always have the same paths in different apps so you can't just show the last part of the path...

@sorin-ionescu
Copy link
Owner

I am not sure why, but GitHub won't let me reopen this issue. There is no reopen button.

kodelint pushed a commit to kodelint/prezto that referenced this pull request Nov 15, 2016
kodelint pushed a commit to kodelint/prezto that referenced this pull request Nov 15, 2016
Adjust plugin.zsh file to run on zsh 5.1 in mSYS2.
kodelint pushed a commit to kodelint/prezto that referenced this pull request Nov 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants