1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-24 05:00:07 +00:00

Commit graph

  • 1eadf5ad76 Merge pull request #152 from Tritlo/battery_fix Ben Hilburn 2015-11-20 16:29:40 -0800
  • 951a4956fc Merge pull request #150 from Tritlo/prompt_end Ben Hilburn 2015-11-20 16:23:20 -0800
  • 36fa3f2277 fix some issues with the battery segment Matthías Páll Gissurarson 2015-11-18 21:34:07 +0100
  • 231cfda809 added icon to be able to set the end of the prompt explicitly Matthías Páll Gissurarson 2015-11-17 21:18:31 +0100
  • e79a2ffff0 Merge pull request #149 from Tritlo/master Ben Hilburn 2015-11-18 10:54:21 -0800
  • b83cfd7515 Merge pull request #143 from dritter/segment_deprecation_helpers Ben Hilburn 2015-11-17 12:54:06 -0800
  • 85fd338d36 Merge pull request #144 from dritter/changelog_additions Ben Hilburn 2015-11-17 12:52:46 -0800
  • 47eb8f10ac added variable to have rprompt on the newline Matthías Páll Gissurarson 2015-11-17 20:06:49 +0100
  • f9957ca559 Used typeset to define the local array. This does the trick on linux. Dominik Ritter 2015-11-17 18:34:18 +0100
  • 009b0e51a2 Added the new rust segment and the changes to the rvm-segment to changelog. Dominik Ritter 2015-11-17 01:41:44 +0100
  • ce7b99cdaf Added a mechanism to make deprecated segments visible to the user. Dominik Ritter 2015-11-17 01:39:49 +0100
  • 9b067ea29c Merge pull request #142 from dritter/rust_version Ben Hilburn 2015-11-16 09:10:58 -0800
  • 77c31e17d1 Merge pull request #141 from dritter/improve_rvm_performance Ben Hilburn 2015-11-16 09:04:48 -0800
  • 37113bc120 Added documentation. Dominik Ritter 2015-11-15 23:53:10 +0100
  • c81863e234 Add an Identifier to version. Dominik Ritter 2015-10-01 17:35:11 +0200
  • 5d314bec8e Add segment for rust version. Dominik Ritter 2015-09-30 20:12:47 +0200
  • 643555a30c Huge performance improvement if you use rvm segment. Thanks to @rjorgenson for the hint. Dominik Ritter 2015-11-15 23:35:15 +0100
  • 0673352e7e Merge branch 'master' into next Ben Hilburn 2015-11-13 09:49:39 -0800
  • 6d3899b6e3 Merge pull request #139 from sdupille/master Ben Hilburn 2015-11-13 09:48:53 -0800
  • 2e8f00342a Merge pull request #112 from dritter/color_detection Ben Hilburn 2015-11-13 09:47:17 -0800
  • 81a4b3907d Get terminal capabilities using a zsh builtin for portability Stéphane Dupille 2015-11-13 12:06:03 +0100
  • 04319d3a95 Merge pull request #136 from dritter/hotfix/131-key-fixes Ben Hilburn 2015-11-12 09:58:23 -0800
  • eef5286005 Issue #131: This fixes history-substring-search, home and end keys. Dominik Ritter 2015-11-11 22:00:19 +0100
  • 538d8b8fa8 Bugfix for prezto: In prezto the theme gets called by function (via zstyle). In that case we hardcode the path to the theme as there seems no way to find the location so that we can source our other functions. Dominik Ritter 2015-11-07 16:32:48 +0100
  • 0ff3b3660e Merge pull request #134 from dritter/changelog_added Ben Hilburn 2015-11-04 11:13:31 -0800
  • 3afbd5e994 Added a CHANGELOG. Dominik Ritter 2015-11-04 19:53:56 +0100
  • 29693f957d If the theme-file is linked, dereference that link and source the right functions. Dominik Ritter 2015-11-04 00:40:11 +0100
  • 0fa635275c Extracted color functions to a separate file. Dominik Ritter 2015-10-24 01:05:37 +0200
  • 2b8cb5b9a4 Extracted VCS-hooks into a separate file. Dominik Ritter 2015-10-24 00:05:15 +0200
  • d6584e13da Extracted icons into a separate file. Dominik Ritter 2015-10-23 23:42:59 +0200
  • fbd1b99bab Renamed "power-utilities.zsh" to just "utilities.zsh". Dominik Ritter 2015-10-23 23:39:50 +0200
  • 23f86afeb3 Merge branch 'next' into color_detection Dominik Ritter 2015-10-22 10:10:15 +0200
  • e8771a7039 Merge branch 'master' into next Ben Hilburn 2015-10-21 16:59:59 -0700
  • b2e6beec51 Merge pull request #123 from martinpelikan/master Ben Hilburn 2015-10-21 16:54:10 -0700
  • 84681d4cc1 Merge pull request #126 from rjorgenson/next Ben Hilburn 2015-10-21 16:53:32 -0700
  • 981c85af39 Merge pull request #127 from dritter/go_prompt Ben Hilburn 2015-10-21 16:51:44 -0700
  • 43d8b34a21 Merge pull request #128 from DanielGGordon/master Ben Hilburn 2015-10-21 16:50:38 -0700
  • 15670379ed Merge pull request #129 from dritter/ram_prompt Ben Hilburn 2015-10-21 16:50:03 -0700
  • 09bd1f6182 Added documentation. Dominik Ritter 2015-10-20 00:37:17 +0200
  • d13d9565bc Merge branch 'next' into ram_prompt Dominik Ritter 2015-10-20 00:25:16 +0200
  • fa85a5158f Rephrasing of error message when TERM not 256 color Daniel Gordon 2015-10-19 13:02:24 -0500
  • e94394bc67 Merge branch 'next' into go_prompt Dominik Ritter 2015-10-19 17:39:43 +0200
  • 5addfdc9e0 Moved utility-functions to "functions/power-utilities.zsh". Dominik Ritter 2015-10-19 17:37:18 +0200
  • 3e828cbaa4 fixed some edge cases I ran into during usage of the linux segment rjorgenson 2015-10-18 21:03:47 -0700
  • ff3f6b8e83 added time remaining support to battery segment on Linux rjorgenson 2015-10-18 19:48:45 -0700
  • 3b2971b344 erroneous whitespace commit undone rjorgenson 2015-10-18 16:32:20 -0700
  • fb6738967e added Linux support to battery prompt segment rjorgenson 2015-10-18 16:30:16 -0700
  • 2e406a5bdf editor automatically removed whitespace rjorgenson 2015-10-18 11:05:37 -0700
  • 118008c402 fixed output string color declaration rjorgenson 2015-10-18 11:01:52 -0700
  • acf5e97756 added battery prompt segment usable on OS X systems rjorgenson 2015-10-18 10:55:37 -0700
  • c10cbabb9e Merge branch 'next' into color_detection Dominik Ritter 2015-10-18 19:43:41 +0200
  • 8e458e5e9a Fixes #122, SI prefixes should be evaluated as strings. Martin Pelikan 2015-10-18 00:11:24 -0700
  • d46634a0a7 Merge branch 'master' into next Ben Hilburn 2015-10-17 21:46:09 -0700
  • 38bccd1340 README: Updating second image to use @natemccurdy awesome gif. Ben Hilburn 2015-10-17 21:45:00 -0700
  • ce1ea04c13 Merge pull request #118 from dritter/whitespace_customization Ben Hilburn 2015-10-17 20:33:16 -0700
  • ee8c59806e README: Updating the docs about vi_mode segment. Ben Hilburn 2015-10-17 20:29:07 -0700
  • 34add8aedf Merge pull request #117 from dritter/vi_customizations Ben Hilburn 2015-10-17 20:19:53 -0700
  • c6f8184585 Merge branch 'dritter-vcs_cleanup' into next Ben Hilburn 2015-10-17 20:17:42 -0700
  • 01b158c020 Merge branch 'vcs_cleanup' of https://github.com/dritter/powerlevel9k into dritter-vcs_cleanup Ben Hilburn 2015-10-17 20:16:02 -0700
  • d459ec0983 Merge pull request #114 from alexlafroscia/add-nvm-prompt-segment Ben Hilburn 2015-10-17 20:12:38 -0700
  • 9f92995f61 Merge pull request #120 from partp/fix-virtualenv Ben Hilburn 2015-10-17 20:11:08 -0700
  • 95d8b62e65 README: changing name of todo.txt segment to todo Ben Hilburn 2015-10-17 20:08:22 -0700
  • 2a6be9dc40 reverting unnoticed white space change rjorgenson 2015-10-17 11:32:59 -0700
  • 5add0daad0 added prompt segment for todo.txt task number rjorgenson 2015-10-17 11:30:55 -0700
  • ae035e537a Fixes VIRTUAL_ENV_DISABLE_PROMPT condition Parth Panchal 2015-10-17 23:17:40 +0530
  • b04fae9173 Made whitespaces between segment separators customizable. Dominik Ritter 2015-10-16 20:42:21 +0200
  • 86b460f06b vi_mode segement more customizable. Dominik Ritter 2015-10-16 20:16:31 +0200
  • ab3577a795 Merge remote-tracking branch 'ben/next' into go_prompt Dominik Ritter 2015-10-16 19:55:44 +0200
  • cd7e8bea61 Merge remote-tracking branch 'ben/next' into ram_prompt Dominik Ritter 2015-10-16 19:54:13 +0200
  • 5a0f330cd7 Merge remote-tracking branch 'ben/next' into color_detection Dominik Ritter 2015-10-16 19:51:04 +0200
  • 3bb8cd4593 Merge remote-tracking branch 'ben/next' into vcs_cleanup Dominik Ritter 2015-10-16 19:47:30 +0200
  • d5ffa502e2 Add note about NVM to the readme Alex LaFroscia 2015-10-13 19:17:08 -0400
  • 7e6339ec27 Add NVM prompt segment Alex LaFroscia 2015-10-12 00:28:33 -0400
  • f7e1f64b4c Added handling for bright colors. Dominik Ritter 2015-10-13 23:42:46 +0200
  • 62dee9824b Merge branch 'readme-v2' into next Ben Hilburn 2015-10-12 15:01:52 -0700
  • 941379d71c README: one more wiki link to ToC Ben Hilburn 2015-10-12 15:00:17 -0700
  • 9d8ab6f667 README: Add link to Wiki at end of README Ben Hilburn 2015-10-12 14:58:51 -0700
  • 0b6b6de8e1 README: Cleaning up ToC Ben Hilburn 2015-10-12 14:57:18 -0700
  • 5714581e13 README: Final cleanup Ben Hilburn 2015-10-12 14:53:17 -0700
  • 625b584ddd README: Moving styling to the wiki Ben Hilburn 2015-10-12 14:49:12 -0700
  • b6d1cd109e README: I'm good at markdown Ben Hilburn 2015-10-12 14:35:22 -0700
  • d592e047d3 README: Adding ToC Ben Hilburn 2015-10-12 14:34:44 -0700
  • 49427538d7 README: Fixing install instruction bullets Ben Hilburn 2015-10-12 14:31:14 -0700
  • b3c7fdf410 README: cleanup Ben Hilburn 2015-10-12 14:28:53 -0700
  • cdaa2c830b README: Fixing some segment links Ben Hilburn 2015-10-12 14:26:04 -0700
  • a4096b4c06 README: Creating links for each segment section Ben Hilburn 2015-10-12 14:22:05 -0700
  • 2a1718d927 README: moving lots of information to the Wiki Ben Hilburn 2015-10-12 14:17:47 -0700
  • 19caa39333 Merge pull request #109 from jkoelndorfer/next Ben Hilburn 2015-10-12 12:45:17 -0700
  • 6bf2869a1c Cleanup of VCS-segment. Now vcs_info is only invoked, if the user configured to show the vcs segment. Dominik Ritter 2015-10-11 19:41:52 +0200
  • 20447a22c9 Removed unnecessary literal escape sequences. Dominik Ritter 2015-10-11 16:22:01 +0200
  • 0e37d8ef86 Added a new function isSameColor to handle color comparisons. It is now possible to compare ANSI colors (e.g. "black" or "bg-red") with ZSH-style colors (e.g. "001"). This way the subsegments work much better, as users can define color codes the way they like. Dominik Ritter 2015-10-11 16:18:27 +0200
  • 66b4194daf Quote value of IS_BSD_SED. John Koelndorfer 2015-10-06 10:20:52 -0500
  • d436c60f24 Merge branch 'ram_prompt' of github.com:dritter/powerlevel9k into ram_prompt Dominik Ritter 2015-10-01 00:38:02 +0200
  • be8bb63fc3 Merge branch 'next' into go_prompt Dominik Ritter 2015-09-30 19:36:50 +0200
  • e8a53c253b Merge branch 'next' into ram_prompt Dominik Ritter 2015-09-30 19:36:23 +0200
  • 3e7caf5ca6 Merge pull request #108 from V1rgul/next Ben Hilburn 2015-09-28 16:39:54 -0700
  • 7394608d56 Font Awesome fontconfig new icons (fixed errors) v1rgul 2015-09-29 01:35:17 +0200
  • 60fc0cae70 Font Awesome fontconfig new icons v1rgul 2015-09-29 00:43:06 +0200
  • 5c09cf3e27 Minor comment addition for system load prompt segment. Ben Hilburn 2015-09-28 11:42:20 -0700
  • 6a0eb2fb11 Cleaning up comments around font icon settings. Ben Hilburn 2015-09-28 11:37:43 -0700