-
Notifications
You must be signed in to change notification settings - Fork 743
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
Adding Solarized light theme #143
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OSError: if git is installed in non standard path
Rationale: A plain path like "~/projects/powerline-shell" can be easily copied&pasted, and also takes up less space in the prompt. The new command line parameter --cwd-mode controls the display of the cwd segment: --cwd-mode=fancy is the same as the current default --cwd-mode=plain is the new mode to display a plain path --cwd-mode=dironly is the same as the old parameter --cwd-only (which is still supported to keep backward compat)
vivekkrish
added a commit
to vivekkrish/powerline-shell
that referenced
this pull request
Nov 16, 2014
PS1 and PROMPT_COMMAND are never used outside of bash. There's never a reason to export them into the environment variable arena.
Do not export PS1 and PROMPT_COMMAND
added node segment
Explicit Python 2.
fix python3 compatibility
Allow virtualenv segment to be from Anaconda
The indent level didn't allow for copy and paste in my ~/.vimrc, as there were prefixed by 8 spaces.
Docs: rm indent level in codeblock
Encoding works on Py2.7, but will only encode if Py3 in case it breaks earlier Py2.x
sys.version_info doesn't have named tuple components prior to Python 2.7 https://docs.python.org/2/library/sys.html#sys.version_info
Py3 fixes to lib/color_compliment.py
Test framework
When all of the new code to provide more interesting stats was added to git.py, it was not very re-usable. A few pull requests could use it though. In particular, b-ryan#105 adds more info to the svn segment and b-ryan#210 does the same for mercurial. I would rather not create inconsistencies among these segments or have them duplicate code. Moving it into the base file creates a place where each segment can access it and have a consistent behavior.
Moved all repo stats code from git.py to the base
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding solarized light theme and tweaking the dark one.