Commit Graph

  • 6a2ac56b89 more tests, print line nb in fail nojhan 2012-08-17 15:59:32 +02:00
  • eec94d1db8 Add support for time Olivier 2012-08-17 15:47:44 +02:00
  • b504bbc96b fix fake git diff for testing changes nojhan 2012-08-17 15:00:23 +02:00
  • 320adbd37b set test config after loading nojhan 2012-08-17 12:29:13 +02:00
  • b488a1cda1 better test output formatting nojhan 2012-08-17 12:23:36 +02:00
  • 7f2ed35c41 missing rename of mark variable for battery nojhan 2012-08-17 12:04:04 +02:00
  • fd62c9d5b1 separated tests for battery mark and level nojhan 2012-08-17 12:03:38 +02:00
  • 7afc296bc9 basic features assertion nojhan 2012-08-17 12:01:01 +02:00
  • 733522d2c7 Merge branch 'master' of https://github.com/nojhan/liquidprompt nojhan 2012-08-16 23:22:08 +02:00
  • 0692501ad1 correct proxy mark nojhan 2012-08-16 20:54:16 +02:00
  • 9051f3fb70 rename _lp_set_bash_prompt as _lp_set_prompt nojhan 2012-08-16 20:18:29 +02:00
  • 861f7c382d Add the screenshot to the readme nojhan 2012-08-16 20:47:41 +03:00
  • 0e7d3bf2b8 Merge pull request #55 from dolmen/fix/unify-LP_ENABLE-style nojhan 2012-08-16 10:40:17 -07:00
  • ed9f655ad2 Merge pull request #54 from jaesivsm/develop nojhan 2012-08-16 10:38:22 -07:00
  • a4a6cf3008 Unify style of LP_ENABLE_ variable handling Olivier Mengué 2012-08-16 18:35:07 +02:00
  • 7ee027e243 fix mark François Schmidts 2012-08-16 17:56:36 +02:00
  • 39ba4c33f1 Add conditionnal enabling for the battery meter nojhan 2012-08-16 17:10:58 +02:00
  • b48a0cc8fc manual merge nojhan 2012-08-16 17:04:36 +02:00
  • b52cb624bc Detect SCM tool presence just once Olivier Mengué 2012-08-16 16:39:20 +02:00
  • 7d4ca77009 The only true value is 1, everything else is false Olivier Mengué 2012-08-16 16:31:00 +02:00
  • 4b42dffb66 Fix return followed by '""' Olivier Mengué 2012-08-16 16:16:51 +02:00
  • af629fe960 rename LP_UNTRACKED to LP_MARK_UNTRACKED nojhan 2012-08-16 15:51:01 +02:00
  • 38c4362836 Add enable parameters for all features nojhan 2012-08-16 15:34:03 +02:00
  • a3be8d3465 More consistent special chars variable names nojhan 2012-08-16 15:22:01 +02:00
  • 05fcbe909a Allow to disable load, battery, etc. in the rc file Yes, much more config options, but it allows to lighten the prompt and so improve its speed. I wanted to detect the useful parts by parsing the theme but it seems impossible (I didn't find how). Luc Didry 2012-08-16 15:16:48 +02:00
  • 991b2b38be add configurable untracked changes mark, at a better position nojhan 2012-08-16 14:28:55 +02:00
  • 822b20eec6 Merge ssh://localhost:8480/alexprengere/liquidprompt into develop nojhan 2012-08-16 14:16:31 +02:00
  • 34c8d901ce Changed default zsh prompt mark from $ to % Alex 2012-08-16 14:11:52 +02:00
  • 3046024b29 Adding git untracked files information (branch* instead of branch if so) Alex 2012-08-16 14:08:07 +02:00
  • 309ccd86fd Merge ssh://localhost:8480/jaesivsm/liquidprompt into develop nojhan 2012-08-16 13:42:39 +02:00
  • 72b4001a41 fix for issue #44 François Schmidts 2012-08-16 13:07:32 +02:00
  • 170628b676 Separate templates from themes nojhan 2012-08-16 12:13:40 +02:00
  • 71c9b6ddb8 Update README : the theme must be sourced *before* LP Luc Didry 2012-08-14 21:04:01 +02:00
  • 2774c8fc37 Bugfix : No more yellow color while being root Luc Didry 2012-08-14 20:23:27 +02:00
  • a2af9a0b4a Merge branch 'disable_vcs' of ssh://localhost:8480/ldidry/liquidprompt into develop nojhan 2012-08-16 11:17:12 +02:00
  • 4b1f4646de Use short name (MERCURIAL => HG) for variable LP_ENABLE_MERCURIAL Luc Didry 2012-08-16 10:40:20 +02:00
  • 9feb14caa5 Fix _lp_CPUNUM on Linux when 'nproc' is missing Olivier Mengué 2012-08-16 00:22:49 +02:00
  • 36954546d7 Allow to disable git/svn/mercurial features New variables in liquidpromptrc for that Luc Didry 2012-08-15 11:10:17 +02:00
  • fc7b317c1f Unset LP_OS for runtime Olivier Mengué 2012-08-15 00:21:21 +02:00
  • 2a833475bc Refactor CPU load Olivier Mengué 2012-08-15 00:11:34 +02:00
  • 7f5346f953 Refactor _lp_CPUNUM Olivier Mengué 2012-08-14 23:24:55 +02:00
  • 1f21d7ff5e Refactor OS detection Olivier Mengué 2012-08-14 22:56:44 +02:00
  • 78b9aff683 config notab everywhere nojhan 2012-08-14 15:59:36 +02:00
  • 7693c0394c bugfix: local connection if session is :0 but not :0.0 nojhan 2012-08-14 15:55:23 +02:00
  • a4ec9a4d72 Merge branch 'feature/optimize-LP_HOST' of ssh://localhost:8480/dolmen/liquidprompt nojhan 2012-08-14 15:50:06 +02:00
  • c90f31351c add examples an explanations on how to make themes nojhan 2012-08-14 15:38:33 +02:00
  • 24858a4fdd Fix tabs Olivier Mengué 2012-08-14 15:11:48 +02:00
  • 660bc29d8c add configurable colormaps nojhan 2012-08-14 15:06:58 +02:00
  • 413fc068c7 Add myself as contributor Olivier Mengué 2012-08-14 14:41:23 +02:00
  • 36fd1c8f52 color themes for VCS and battery marks nojhan 2012-08-14 14:35:20 +02:00
  • c9d43a52fa Optimize LP_HOST Olivier Mengué 2012-08-14 11:43:58 +02:00
  • 8e3d2fe0c8 remove tabs and change readme title nojhan 2012-08-14 14:12:33 +02:00
  • aa0f725b99 Merge pull request #36 from jaesivsm/master nojhan 2012-08-14 03:20:06 -07:00
  • 9f06ebe883 Merge pull request #35 from dolmen/fix/WORKING_SHELL nojhan 2012-08-14 03:18:53 -07:00
  • cd77001459 remove deprecated LP_REVERSE nojhan 2012-08-14 12:16:48 +02:00
  • 6d45328d02 Revert "nproc is slightly faster than grep on my machine" François Schmidts 2012-08-14 12:11:44 +02:00
  • a7870b966b default theme colors nojhan 2012-08-14 12:09:11 +02:00
  • 522c7208fe Fix shell detection Olivier Mengué 2012-08-14 12:08:43 +02:00
  • 7b4c68f919 Colors themes for most of the propmt parts nojhan 2012-08-14 12:01:14 +02:00
  • 5c7c50e6ea Remove declaration of LP_REVERSE Ludovic Rousseau 2012-08-14 11:48:44 +02:00
  • 6b5111d8f5 Config files sourcing order nojhan 2012-08-14 11:10:12 +02:00
  • 5ad9e1c5dc bring back B&W colors, alt user in bold nojhan 2012-08-14 10:56:34 +02:00
  • 82ee96a63a Merge pull request #31 from jaesivsm/master nojhan 2012-08-14 01:52:12 -07:00
  • 6bffd34543 bugfix tty grab Poil 2012-08-14 10:36:36 +02:00
  • 21808bb5e2 trusting default shell colors François Schmidts 2012-08-14 00:56:27 +02:00
  • 3abc3999dd nproc is slightly faster than grep on my machine François Schmidts 2012-08-14 00:42:08 +02:00
  • a15f104fa8 fixing redefinition of var _LP_OPEN_ESC François Schmidts 2012-08-14 00:37:36 +02:00
  • 0125ee0cef manual merge nojhan 2012-08-13 23:17:45 +02:00
  • 7b8ba5e7f9 fix #26 : prefix with _lp_ or LP_ and local variables nojhan 2012-08-13 23:15:24 +02:00
  • 34826d0353 Fix bug : forgot to change a 'bash' into ${WORKING_SHELL} Luc Didry 2012-08-13 23:07:58 +02:00
  • 6f0bf08f61 faster TTY grab Poil 2012-08-13 22:43:13 +02:00
  • 3b6d8c8e68 typo bad merge nojhan 2012-08-13 22:41:57 +02:00
  • b882e1550e merge shell grab and mac shell nojhan 2012-08-13 22:37:27 +02:00
  • 9fb2965c4b adapter mark default set nojhan 2012-08-13 22:28:50 +02:00
  • 956ed8717c Merge branch 'master' of https://github.com/nojhan/liquidprompt nojhan 2012-08-13 22:24:19 +02:00
  • 45fddb4517 feature #25 : unicode chars only for utf-8 charset, else latin nojhan 2012-08-13 22:23:43 +02:00
  • 0d0f8f108d Update comments Luc Didry 2012-08-13 22:09:49 +02:00
  • ac5e05266b Merge pull request #27 from LudovicRousseau/master nojhan 2012-08-13 12:34:51 -07:00
  • 09d6ff48a7 Other improvment Poil 2012-08-13 21:01:33 +02:00
  • 7e8fc0e01f New shell detection Poil 2012-08-13 20:47:29 +02:00
  • 5db1507b96 Small improvement Poil 2012-08-13 20:40:36 +02:00
  • 32a89f5b90 Update vim modeline since there is no more shebang Without shebang, vim doesn't know the filetype => syntaxic color off Luc Didry 2012-08-13 20:20:18 +02:00
  • 86f8dba07f A login shell starts with a "-" Ludovic Rousseau 2012-08-13 16:28:07 +02:00
  • 0818aa1869 Warn if the shell is not supported Ludovic Rousseau 2012-08-13 16:16:47 +02:00
  • 4c023a2a94 Fix bug: __battery:local:3: not an identifier: 0: Luc Didry 2012-08-13 09:27:14 +02:00
  • c2fdb1751e Fix bug in load printing (% not escaped in zsh) Same thing than c8f01e68a3abb2018468a6bc8d2d50a8b07ad3c5 Luc Didry 2012-08-13 15:20:20 +02:00
  • e9099d15a3 Allow to have a /etc/liquidpromptrc Permit to have a modified configuration base for all users Luc Didry 2012-08-13 14:30:54 +02:00
  • 39fc1df488 Smaller shell detection (Thx to Michel Barret) Luc Didry 2012-08-13 11:44:09 +02:00
  • a11b838116 Change charging battery symbol and color Luc Didry 2012-08-13 10:02:10 +02:00
  • ee7514bb1e Merge branch 'master' of https://github.com/nojhan/liquidprompt nojhan 2012-08-13 09:35:55 +02:00
  • f1fd9af32a update the readme nojhan 2012-08-13 09:35:50 +02:00
  • a96b5934e2 Merge pull request #23 from ldidry/master nojhan 2012-08-13 00:32:57 -07:00
  • 9a33acef08 Fix bug: __battery:local:3: not an identifier: 0: Luc Didry 2012-08-13 09:27:14 +02:00
  • 1243987b80 Merge https://github.com/ldidry/liquidprompt nojhan 2012-08-12 12:16:10 +02:00
  • 508b218004 Indicate if the battery is (dis)charging nojhan 2012-08-12 12:13:47 +02:00
  • e754319c9c Fix bug : shorten path didn't work anymore Stupido ! How can I have the length of $p before its attribution ? Shame on me. Luc Didry 2012-08-12 11:18:18 +02:00
  • 697bb3a31a Merge https://github.com/ldidry/liquidprompt nojhan 2012-08-12 11:04:11 +02:00
  • f7de6d019b Bug fix : no more path in bash ☹ Luc Didry 2012-08-12 11:02:48 +02:00
  • 2bc1304de0 Merge pull request #21 from ldidry/master nojhan 2012-08-12 01:59:33 -07:00
  • 2810d481aa Fix typo and remove trailing space Luc Didry 2012-08-12 10:52:03 +02:00