aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Modify dir segment to use proper statesDominik Ritter2016-11-301-6/+10
|
* Merge pull request #341 from rjorgenson/nextBen Hilburn2016-11-291-1/+1
|\ | | | | Fix #339
| * Merge remote-tracking branch 'upstream/next' into nextrjorgenson2016-11-218-229/+534
| |\ | |/ |/|
* | Merge branch 'master' into nextBen Hilburn2016-10-272-2/+4
|\ \
| * \ Merge pull request #333 from eviltak/dir-truncate-right-with-delim-lenBen Hilburn2016-10-272-2/+4
| |\ \ | | | | | | | | Consider delimiter length while right truncating directories
| | * | Update test for required behaviorArav Singhal2016-10-271-1/+1
| | | |
| | * | Consider delimiter length in dir truncate rightArav Singhal2016-10-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Truncating the path from the right now takes in account the delimiter length, so that directories with names shorter than truncated name + delimiter are displayed properly. For example, if SHORTEN_DIR_LENGTH is 4 and the delimiter is "..", "../tests/.." and "../custom/.." are not incorrectly "truncated" to "../test../.." and "../cust../..", both of which are longer or the same length as the original.
* | | | Merge pull request #332 from eviltak/show-ok-in-non-verbose-statusBen Hilburn2016-10-272-8/+7
|\ \ \ \ | | | | | | | | | | Show OK in non verbose status prompt
| * | | | Describe OK in non-verbose toggle in READMEArav Singhal2016-10-271-1/+2
| | | | |
| * | | | Add toggle for showing OK in non verbose statusArav Singhal2016-10-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the toggle POWERLEVEL9K_STATUS_OK_IN_NON_VERBOSE for more customizability. If POWERLEVEL9K_STATUS_VERBOSE is false and POWERLEVEL9K_STATUS_OK_IN_NON_VERBOSE is true, the status prompt will show the OK visual identifier like in verbose mode. The prompt will show the OK identifier even if POWERLEVEL9K_STATUS_OK_IN_NON_VERBOSE is false in verbose mode.
| * | | | Make status prompt show OK in non-verbose modeArav Singhal2016-09-301-7/+4
| | |/ / | |/| | | | | | | | | | | | | | * The status prompt now shows the OK icon even in non-verbose mode. A toggle may be added to this effect in the future.
* | | | Merge branch 'master' into nextBen Hilburn2016-10-261-4/+13
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #321 from Jack-Q/masterBen Hilburn2016-10-261-4/+13
| |\ \ \ | | | | | | | | | | Fix load and ram indicator support for BSD
| | * | | fix load and ram indicator support for BSDJack Q2016-10-051-4/+13
| | |/ /
* | | | Merge branch 'master' into nextBen Hilburn2016-10-262-91/+91
|\| | |
| * | | Merge pull request #326 from mtraynham/fix_svn_detect_changesBen Hilburn2016-10-261-1/+1
| |\ \ \ | | | | | | | | | | Fix '+vi-svn-detect-changes:local:1: not valid in this context'
| | * | | Fix '+vi-svn-detect-changes:local:1: not valid in this context'Matt Traynham2016-10-191-1/+1
| | |/ /
| * | | Merge pull request #324 from bsidhipong/unicode-escape-fixBen Hilburn2016-10-261-90/+90
| |\ \ \ | | |/ / | |/| | Changed \u and \U to properly reflect number of hex digits to follow.
| | * | Changed \u and \U to reflect number of hex digits to followbsidhipong2016-10-171-90/+90
| |/ / | | | | | | | | | | | | | | | Some unicode icon strings were set with \uHHHHH which showed the wrong characters on some implementations of zsh (linux and macOS). Changed \uHHHHH to \UHHHHH and conversely changed \UHHHH to \uHHHH.
* / / bugfix: typo in "POWERLEVEL9K" broke the VCS tag displayBen Hilburn2016-09-261-1/+1
|/ /
* | Improved speed of `prompt_vcs` by 50%-66%.Ben Hilburn2016-08-312-9/+30
| |
* | Removing `zle-*` overrides, appear fixed in new ZSH.Ben Hilburn2016-08-311-28/+0
| |
* | Merge pull request #309 from krischer/conda-prompt-changesBen Hilburn2016-08-312-13/+22
|\ \ | | | | | | Conda prompt speedup and configuration
| * | Using default way of setting icons and updating docLion Krischer2016-08-312-8/+10
| | |
| * | Using set_default functionLion Krischer2016-08-311-3/+3
| | |
| * | Using default color settersLion Krischer2016-08-312-5/+3
| | |
| * | Adapting to newer conda versionLion Krischer2016-08-311-2/+5
| | |
| * | Document all the conda prompt changesLion Krischer2016-08-311-6/+11
| | |
| * | Make the conda prompt fully configurableLion Krischer2016-08-311-1/+7
| | |
| * | Much faster conda env detection - no more file I/O needed.Lion Krischer2016-08-311-7/+2
| | |
* | | vcs: adding detection of unstaged / staged for svn reposBen Hilburn2016-08-313-7/+14
| | |
* | | fixed svn-detect-changes().. the svn prompt has now the same behaviour as ↵Christian Rebischke2016-08-311-4/+4
| | | | | | | | | | | | the git prompt..
* | | swapped half and full dirty in svn-detect-changesChristian Rebischke2016-08-311-2/+2
| | |
* | | added svn hooks.. hope this worksChristian Rebischke2016-08-311-0/+2
| | |
* | | added vi-svn-detect-changes() in functions/vcs.zshChristian Rebischke2016-08-311-0/+14
| | |
* | | Enabling subversion support for the `vcs` segment.Ben Hilburn2016-08-311-1/+1
|/ /
* | Merge pull request #300 from andjscott/prompt_dir_shorteningBen Hilburn2016-08-311-2/+2
|\ \ | | | | | | Handle spaces in path when shortening
| * | Handle spaces in path when shorteningAndrew Scott2016-08-111-2/+2
|/ /
* | Finally adding a license to powerlevel9kBen Hilburn2016-07-132-0/+23
| |
* | Merge branch 'noverbose-battery' of https://github.com/dnmiller/powerlevel9k ↵Ben Hilburn2016-07-132-0/+3
|\ \ | | | | | | | | | into nonverbose-battery
| * | Update README with POWERLEVEL9K_BATTERY_VERBOSE optionDan Miller2016-06-171-0/+1
| | |
| * | Add option for non-verbose batteryDan Miller2016-06-171-0/+2
| | |
* | | Merging ability to hide tags from VCS segment.Ben Hilburn2016-07-132-22/+23
| | |
* | | Merge branch 'next' of https://github.com/Xetius/powerlevel9k into ↵Ben Hilburn2016-07-132-19/+23
|\ \ \ | | | | | | | | | | | | xetius-vcs-hide-tags
| * | | Added POWERLEVEL9K_VCS_HIDE_TAGS variable to control displaying of vcs tags ↵Chris Hudson2016-07-082-19/+23
| | | | | | | | | | | | | | | | in segment
* | | | Now printing a warning if $LANG is set incorrectly.Ben Hilburn2016-07-071-1/+11
| | | |
* | | | Merge branch 'master' into nextBen Hilburn2016-07-070-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #268 from mateusmedeiros/hide-custom-segment-when-emptyBen Hilburn2016-05-271-1/+4
| |\ \ \ | | | | | | | | | | Make prompt_custom not print the segment if empty
| | * | | Make prompt_custom not print the segment if emptyMateus "Doodad" Medeiros2016-05-241-1/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently you can't make a conditional custom segment. This changes the prompt_custom function responsible for printing custom segments so that it won't print the segment in case the content is empty. With this it becomes possible to make conditional custom prompts simply by making it not print anything when it's not supposed to be shown.
* | | | revise mac battery error when mac default date use linux'sruifeng.shan2016-07-071-1/+2
| | | |