Commit Graph

  • 5f8fcc46ea Support for counting screen sessions running with extra parameters yannack 2014-01-16 16:07:19 +01:00
  • aed833058f Consistent style for loops (while and for) Frédéric Mahé 2014-01-18 16:37:52 +01:00
  • df26c49ff9 Use $() instead of ticks Frédéric Mahé 2014-01-18 16:33:05 +01:00
  • 83a2215163 Use a redirection to avoid a call to cut (second) Frédéric Mahé 2014-01-18 16:28:34 +01:00
  • 74778659ae Use a redirection to avoid a call to cut Frédéric Mahé 2014-01-18 16:23:06 +01:00
  • 549f820e9d Use less wc calls Frédéric Mahé 2014-01-18 16:21:31 +01:00
  • 1808f69405 Use builtins when possible Frédéric Mahé 2014-01-18 16:11:29 +01:00
  • 1c114a0566 CONTRIBUTING.md: formatting fixes Olivier Mengué 2014-01-17 18:12:03 +01:00
  • 0921e720c2 Merge branch 'develop' Olivier Mengué 2014-01-15 15:17:19 +01:00
  • 64f93eb564 shorten_path: Escape '%' instead of using a var polyphemus 2014-01-12 21:59:49 +01:00
  • b50f9e2e9e Shorten path: fix escaping on both bash and zsh Olivier Mengué 2014-01-08 09:06:03 +01:00
  • 252526f36e Do not load if $TERM is not valide (fixes #161) Olivier Mengué 2014-01-07 22:22:09 +01:00
  • 7249cffb44 VIRTUALENV: avoid usage of 'basename' (external command) Olivier Mengué 2014-01-06 22:15:46 +01:00
  • def03a7ffd Refactor VIRTUAL_ENV support for improved speed Olivier Mengué 2014-01-06 22:10:42 +01:00
  • 96e42929a6 Refactor LP_PERM Olivier Mengué 2014-01-06 21:38:15 +01:00
  • 2ddd3bf500 Credit polyphemus Olivier Mengué 2014-01-06 19:51:01 +01:00
  • dcc9afb4d5 Merge branch 'polyphemus/refactor-shorten_path' into develop Olivier Mengué 2014-01-06 19:48:01 +01:00
  • 0d9cace346 DIRTRIM: fix comment explaining how to enable the feature Olivier Mengué 2014-01-06 09:24:28 +01:00
  • 83b0ea8ea8 shorten path: properly escape \ (bash) or % (zsh) Olivier Mengué 2014-01-03 09:32:08 +01:00
  • 5b52a1d4d0 Remove unneeded local keyword polyphemus 2013-12-01 15:02:52 +01:00
  • 8c69a27543 Check if root when striping trailing slash polyphemus 2013-12-01 13:02:59 +01:00
  • 81c4ff1c05 Always show complete current dir when shortening path polyphemus 2013-12-01 12:52:34 +01:00
  • 467490f20f fix promblematic shorten path function polyphemus 2013-11-30 23:54:01 +01:00
  • e92a8e2630 Rewrite _lp_upwards_find for speed (#255) Olivier Mengué 2013-12-30 19:37:32 +01:00
  • 5e63fca606 Fix LP_ENABLE_RUNTIME default value for zsh Olivier Mengué 2013-12-28 01:41:25 +01:00
  • 2d4aa430d3 Merge branch 'refactor/TITLE' into develop Olivier Mengué 2013-12-28 00:35:38 +01:00
  • f4c20b05fc Refactor _lp_as_text for speed Olivier Mengué 2013-12-28 00:29:33 +01:00
  • 5d93b64c6a Refactor _lp_title Olivier Mengué 2013-12-27 23:56:51 +01:00
  • 6aa43e140e Move $TERM checks out of _lp_title Olivier Mengué 2013-12-27 22:41:08 +01:00
  • d91e1422b0 Fix regexp for LP_ENABLE_TITLE Olivier Mengué 2013-12-27 21:47:20 +01:00
  • 9c862aa896 More warnings about LP_ENABLE_TITLE in the config example Olivier Mengué 2013-12-27 19:19:35 +01:00
  • e883c8e41d Fix more bad code for LP_ENABLE_TITLE Olivier Mengué 2013-12-27 19:14:48 +01:00
  • 10a3ecb17c Fix more quoting shit, to fix LP_ENABLE_TITLE Olivier Mengué 2013-12-27 19:08:21 +01:00
  • 3a54eaa881 Fix quoting in _lp_upwards_find usage Olivier Mengué 2013-12-27 18:48:54 +01:00
  • 1aca2d7e3d Fix quoting bug in _lp_upwards_find #255 Olivier Mengué 2013-12-27 17:36:36 +01:00
  • a0509ac15a _lp_source_config: fix quoting for LP_MARK_ variables Olivier Mengué 2013-12-18 00:18:22 +01:00
  • 455da0d4fa Cleanup previous commit about LP_PATH_DEFAULT Olivier Mengué 2013-12-17 21:39:48 +01:00
  • eb0119a08f Add LP_PATH_DEFAULT to allow to customize how $PWD is shown François Schmidts 2013-12-17 00:58:17 +01:00
  • ecb1adcd48 Use proper quoting when handling PROMPT_COMMAND Olivier Mengué 2013-12-17 21:16:43 +01:00
  • d2cb19fed8 Compute lines of *unstaged* changes in prompt Alex 2013-12-11 17:20:52 +01:00
  • 3ff556a759 _lp_shorten_path: don't use a sub shell anymore Olivier Mengué 2013-12-17 00:12:14 +01:00
  • 964f77834e _lp_shorten_path: set value for locals on separate line (zsh) Olivier Mengué 2013-12-17 00:06:32 +01:00
  • 81c93c1d52 bash/PROMPT_DIRTRIM: complete rewrite Olivier Mengué 2013-12-16 22:30:54 +01:00
  • f38be781bc Reset LP_OLD_PWD on startup Olivier Mengué 2013-12-16 22:23:11 +01:00
  • 7d2c1b0ce7 keeping liquidprompt from overriding PROMPT_DIRTRIM when path shortening is disabled François Schmidts 2013-12-15 02:04:06 +01:00
  • f3b34ed8cd Fix usage of $_LP_SHELL_bash Olivier Mengué 2013-12-16 21:07:25 +01:00
  • 20d83cade5 Merge branch 'refactor/update_terminal_cwd' into develop Olivier Mengué 2013-12-10 08:04:41 +01:00
  • e019813dab Remove update_terminal_cwd from _LP_OLD_PROMPT_COMMAND Olivier Mengué 2013-06-23 23:56:00 +02:00
  • d4275c1312 Run the old PROMPT_COMMAND with eval Olivier Mengué 2013-06-23 23:44:23 +02:00
  • 9adfd973d0 cpu_load: merge back Darwin and FreeBSD Olivier Mengué 2013-06-17 21:47:51 +02:00
  • ce345aa24d Improve support for MacOS X directory icon (update_terminal_cwd) Olivier Mengué 2013-06-17 21:40:56 +02:00
  • 4bf9a43cef Fix battery indicator on Darwin Kyle P Davis 2013-12-07 11:14:26 +01:00
  • 48f435b8d4 WIP: add backend for wifi level Olivier Mengué 2013-12-06 00:38:51 +01:00
  • 4111ffc493 Use LP_MARK_PREFIX="\n" to seperate the prompt into two lines dryman 2013-05-13 21:21:42 -07:00
  • 8e2cc80a54 _lp_temp_*: get result through variable instead of stdout Olivier Mengué 2013-12-05 00:24:19 +01:00
  • 47d093dbe6 _lp_temp_acpi: handle multiple temperature sensors (multi CPU) Olivier Mengué 2013-12-05 00:13:57 +01:00
  • f634a94418 Temperature/Linux: fetch using "acpi -t" Olivier Mengué 2013-12-05 00:00:38 +01:00
  • 34835335c7 screen: stricter matching in detached sessions counting Olivier Mengué 2013-12-04 23:38:20 +01:00
  • 8d090f584a Support for counting screen sessions with parameters Yannack 2013-12-04 13:15:54 +01:00
  • c5b1c3d705 Fix tabs in source (fossil support) Olivier Mengué 2013-12-04 22:54:03 +01:00
  • 83266cd6a5 Fix spaces in source Olivier Mengué 2013-12-04 22:51:48 +01:00
  • ee61cd3423 Fix typos in README and CONTRIBUTING. Nicolás Alvarez 2013-12-02 17:55:20 -03:00
  • 4840795bf7 Merge branch 'develop': post release fixes Olivier Mengué 2013-12-02 15:01:14 +01:00
  • 50e91cd3e3 Fix use of non-exist variable 'count' polyphemus 2013-12-01 00:29:48 +01:00
  • 9e5bb5c0d3 Add forgotten local declaration. Anthony Gelibert 2013-11-28 00:21:20 +01:00
  • 8f149fd892 nojhan, original author and dolmen, maintener nojhan 2013-11-30 16:06:41 +01:00
  • 189a6fd71b Credit myself as co-maintainer Olivier Mengué 2013-11-28 00:08:47 +01:00
  • bdfe920d39 Typos in comments. Anthony Gelibert 2013-09-24 22:44:25 +02:00
  • 1c7defb11d Add myself in the authors. Anthony Gelibert 2013-09-20 15:52:15 +02:00
  • b87e0c0f9f Corret LC_ALL setting in git branch. Anthony Gelibert 2013-09-24 22:40:19 +02:00
  • da940677ee Correct a bug in git parsing. Anthony Gelibert 2013-09-24 22:37:28 +02:00
  • 141131502a zsh compat: separate variable declaration from first set Anthony Gelibert 2013-09-18 10:56:36 +02:00
  • 02d6f3f376 Update mac-battery support to use pmset instead of ioreg George Macon 2013-06-11 22:02:41 -04:00
  • d66cafb86a Enable battery on Mac OS X George Macon 2013-05-14 19:04:26 -04:00
  • 75afb57855 Fix #124: zsh magic of %~ with environment variables Ryan Wilson-Perkin 2013-08-13 12:23:38 -04:00
  • 0898c39bf5 Add a CONTRIBUTING file Olivier Mengué 2013-11-26 20:09:29 +01:00
  • c7c57732a2 Fixed an error in _lp_upwards_find, and enhanced it slightly. Taahir Ahmed 2013-10-18 21:19:43 -05:00
  • 31a86c9327 Added "upwards find" tests for expensive dvcs. Taahir Ahmed 2013-10-18 21:03:42 -05:00
  • 7fe87a5cf5 Revert fix applied on the wrong branch (lp_temp_sensors) Olivier Mengué 2013-11-25 23:12:43 +01:00
  • 6da1e9bc6a Fix a typo in variable name that makes a variable leak Olivier Mengué 2013-11-25 22:37:09 +01:00
  • bc4450e3ec _lp_git_branch: minor optimization Olivier Mengué 2013-08-20 20:09:26 +02:00
  • aeb0a6afed Fix initialisation of _LP_RUNTIME_LAST_SECONDS Olivier Mengué 2013-08-01 08:23:42 +02:00
  • 7bf1b9f055 [doc] Add instruction on how to install via antigen Olivier Le Thanh Duong 2013-07-08 00:31:58 +02:00
  • bf8ef5b513 Bypass shell aliases on the 'git' command. Closes #213 Olivier Mengué 2013-07-26 10:30:50 +02:00
  • 635285fbc4 Merge branch 'mainerror-master' into develop nojhan 2013-07-07 15:25:56 +02:00
  • 0a161a6d3f Use the same convention for test as elsewhere in the code nojhan 2013-07-07 15:22:19 +02:00
  • 3a6798334d Merge branch 'runtime-squashed' of https://github.com/mrks/liquidprompt into mrks-runtime-squashed nojhan 2013-07-07 15:12:31 +02:00
  • 993979c213 Merge branch 'dxtr-openbsd' into develop nojhan 2013-07-07 15:08:48 +02:00
  • 2f2f79f9d6 Made _lp_cpu_load more consistent under OpenBSD Kim Lidström 2013-07-01 14:01:16 +02:00
  • 8624a4f6c6 Added OpenBSD support Kim Lidström 2013-07-01 13:42:48 +02:00
  • 9d96a82c80 Added null check for count in _lp_temp_sensors() to stop division by zero errors in case count is still zero. Octavian Damiean 2013-06-30 22:04:00 +02:00
  • f783e5f979 Changed expr to bash arithmetic expression Markus Dreseler 2013-06-24 11:57:20 +02:00
  • b075b46c85 Added runtime displaying Markus Dreseler 2013-06-11 19:32:02 +02:00
  • a39c2c8342 do not unset LP_OS, used in _llp_set_prompt (at runtime) nojhan 2013-06-19 21:24:55 +02:00
  • e79a8707f0 FreeBSD, Darwin: _lp_cpu_load improvements Olivier Mengué 2013-06-17 21:09:43 +02:00
  • 907f956452 [enh] Add support for antigen autoloading Olivier Le Thanh Duong 2013-06-07 15:27:36 +02:00
  • a5e7418c5f README: fix typo (closes #202) Olivier Mengué 2013-06-15 20:06:04 +02:00
  • 4492860d59 README: fix typo (closes #202) Olivier Mengué 2013-06-15 20:06:04 +02:00
  • 46db8c53c9 Fix mark for root Olivier Mengué 2013-06-13 02:32:20 +02:00
  • 78176780e0 Optimize _lp_smart_mark more: case .. esac Olivier Mengué 2013-06-13 02:26:40 +02:00