aboutsummaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
Commit message (Collapse)AuthorAgeFilesLines
* context: fixing conditionals in for always showing $USERBen Hilburn2017-02-141-2/+2
|
* Trying to enable always showing user, not workingBen Hilburn2017-02-141-3/+9
|
* Adding `ssh` segment back with some minor changes.Ben Hilburn2017-02-141-0/+6
|
* Merging the `ssh` detection into `context` segment, resolving conflicts.Ben Hilburn2017-02-141-19/+13
|
* Merge branch 'next' into shibumi-nextBen Hilburn2017-02-141-38/+78
|\
| * Merge branch 'next' into dir_first_characterBen Hilburn2017-02-141-35/+71
| |\
| | * Get rid of unreadable BSU-patternDominik Ritter2017-02-131-7/+3
| | | | | | | | | | | | | | | Now the current folder in `truncate_with_folder_marker` strategy is truncated by cutting off the found folder from the beginning of $PWD.
| | * Add documentation about mysterious 'BSUbfksu' patternDominik Ritter2017-02-131-2/+15
| | |
| | * Merge branch 'next' into benoits_dir_segmentDominik Ritter2017-02-121-32/+38
| | |\
| | | * Merge pull request #395 from dritter/benoits_dir_writable_segmentBen Hilburn2017-02-111-1/+7
| | | |\ | | | | | | | | | | Benoits dir writable segment
| | | | * Rename `dir_permissions` segment to `dir_writable`Dominik Ritter2017-02-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additionally: - Add changelog entry - Add documentation
| | | | * Add directory permission prompt segmentBenoit Averty2017-02-011-1/+7
| | | | |
| | | * | Merge pull request #391 from dritter/simplify_public_ipBen Hilburn2017-02-111-29/+12
| | | |\ \ | | | | | | | | | | | | Simplify `public_ip` segment
| | | | * | Change order of public ip methods as it was beforeDominik Ritter2017-01-281-1/+1
| | | | | |
| | | | * | Simplify `public_ip` segmentDominik Ritter2017-01-281-29/+12
| | | | |/
| | | * | Merge pull request #387 from dritter/fix_truncate_with_package_nameBen Hilburn2017-02-111-1/+8
| | | |\ \ | | | | | | | | | | | | Fix error with truncating package name if repo is symlinked
| | | | * | Fix error with truncating package name if repo is symlinkedDominik Ritter2017-01-261-1/+8
| | | | |/
| | | * / Avoid error if CLOBBER is not setDominik Ritter2017-01-241-1/+11
| | | |/ | | | | | | | | | | | | If the tempfile already exists and CLOBBER is not set, a file exists error occurrs. This commit avoids this problem.
| | * | Add comments to the dir segmentDominik Ritter2017-02-021-0/+2
| | | |
| | * | More possibilities with truncate folder markerBenoit Averty2017-02-011-12/+18
| | | |
| | * | Fix bug when truncate root was set to direct subfolder of home or rootBenoit Averty2017-02-011-1/+1
| | | |
| | * | Add dir_truncate_root optionBenoit Averty2017-02-011-2/+15
| | |/
| * | Fix default dir truncation strategyDominik Ritter2017-02-041-1/+1
| | |
| * | Do path expansion at firstDominik Ritter2017-02-031-2/+2
| | |
| * | Add ability to omit the first character in dir pathDominik Ritter2017-01-301-0/+4
| |/
* | Added additional ssh identifier for the right statusbar.Christian Rebischke2017-02-101-0/+7
| |
* | [SSH]: resolved merge conflict and merged with current nextChristian Rebischke2017-02-101-44/+185
|\|
| * Merge pull request #379 from dritter/fix_swift_segmentBen Hilburn2017-01-241-4/+2
| |\ | | | | | | Fix swift segment
| | * Fix swift segmentDominik Ritter2017-01-221-4/+2
| | | | | | | | | | | | | | | The regex for the swift segment matches too much. Here I simplified it to match the first number as this is probably the "main" version number.
| * | incorportaing feedback from review on `hdd_usage` segmentBen Hilburn2017-01-221-11/+12
| | |
| * | changing `hdd_usage` to actually show usageBen Hilburn2017-01-211-19/+11
| | |
| * | FixMikhaylov Anton2017-01-211-5/+2
| | |
| * | FixMikhaylov Anton2017-01-211-12/+15
| | |
| * | FixMikhaylov Anton2017-01-211-1/+1
| | |
| * | FixMikhaylov Anton2017-01-211-1/+1
| | |
| * | FixMikhaylov Anton2017-01-211-2/+0
| | |
| * | FixMikhaylov Anton2017-01-211-2/+1
| | |
| * | Change colorsMikhaylov Anton2017-01-211-6/+14
| | |
| * | Add anion155's HDD segmentMikhaylov Anton2017-01-211-0/+44
| |/
| * Change powerlevel9k_init to prompt_powerlevel_setupOwen McGill2017-01-211-2/+3
| | | | | | | | Changed init/setup function name to be compatible with zsh promptinit, zsh prompt function only lists themes with prompt_*_setup init/setup functions
| * Merge pull request #376 from jshort/nextBen Hilburn2017-01-211-7/+8
| |\ | | | | | | Fix MacOS specific battery segment logic.
| | * Fix MacOS specific battery segment logic.James Short2017-01-191-7/+8
| | | | | | | | | | | | | | | | | | The case statement was causing it to never display that it was charging and some of the awk statements had an off-by-one bug to grab the correct values.
| * | fixed typorjorgenson2017-01-101-3/+4
| | | | | | | | | | | | fixed issue with POWERLEVEL9K_PUBLIC_IP_NONE being empty .. i hope
| * | reverted testing value to default valuerjorgenson2017-01-101-1/+1
| | |
| * | fixed issue with POWERLEVEL9K_PUBLIC_IP_NONE being empty for realrjorgenson2017-01-101-2/+2
| | |
| * | fixed issue with POWERLEVEL9K_PUBLIC_IP_NONE being emptyrjorgenson2017-01-101-1/+1
| | |
| * | Merge branch 'public_ip_segment' of github.com:rjorgenson/powerlevel9k into ↵rjorgenson2017-01-101-9/+12
| |\ \ | | | | | | | | | | | | public_ip_segment
| | * | added configurable string when there is no IPrjorgenson2017-01-041-2/+3
| | | |
| | * | updated some commentsrjorgenson2017-01-041-6/+5
| | | | | | | | | | | | | | | | changed some offline behavior
| | * | Merge branch 'public_ip_segment' of github.com:rjorgenson/powerlevel9k into ↵rjorgenson2017-01-041-0/+1
| | |\ \ | | | | | | | | | | | | | | | public_ip_segment