Commit Graph

719 Commits

Author SHA1 Message Date
e336cd2528
Added latest code 2016-07-18 16:22:07 -04:00
3468d0e8af Disable screen 2015-05-11 17:41:22 -04:00
d3f7e2c155 Rearranged runtime functions 2015-04-01 07:08:31 -04:00
2ecab18181 Modified _lp_reset_runtime 2015-03-29 00:41:49 -04:00
65c428525d Added runtime to zsh prompts 2015-03-26 00:25:54 -04:00
4570003c2b Added non-acpi battery 2015-03-23 12:59:52 -04:00
cee50311bc Merge branch 'feature/oh-my-git' 2015-01-07 17:01:37 -05:00
baadcd7af7 Merge branch 'fix/zsh-grep-alias' 2015-01-07 16:58:36 -05:00
b199d934cd Merged feature/zsh-rps1 2015-01-07 16:58:31 -05:00
3aed61a76b Disable aliased grep 2015-01-07 16:51:57 -05:00
c82958bc83 Added RPS1 for ZSH prompts 2015-01-07 16:46:27 -05:00
1ed119dab4 Oh My Git! support 2015-01-05 17:45:34 -05:00
c4ca0b1093 Merged from main project 2015-01-05 16:40:12 -05:00
44902da46f Fixed syntax highlighting 2015-01-05 16:38:00 -05:00
Kevin Yap
dbe3c15026 Miscellaneous grammatical & consistency changes
- Various grammatical changes and rephrasings
- Capitalize names of VCSes and "Bash"
- Standardize references to project name ("Liquid Prompt")
- Use title casing in README section headers
- Use multiple list-levels in README where appropriate
- Fix code block in pull request instructions in CONTRIBUTING
2014-12-08 23:00:17 -08:00
Olivier Mengué
e0022dcb8e liquidpromptrc-dist: fix wrong quotes 2014-12-05 00:11:01 +01:00
Olivier Mengué
409b104837 README: fix missing guard around liquidprompt for bashrc instructions
Fixes https://github.com/nojhan/liquidprompt/issues/291
2014-12-04 23:54:39 +01:00
Olivier Mengué
cfae93fb30 Fix one more grammar error 2014-12-04 21:48:22 +01:00
Matt Kelly
5f9bb3a5cc Fix various spelling / grammar / consistency errors 2014-12-04 21:46:45 +01:00
ba683626a7 Oh My Git! support 2014-11-16 11:42:22 -05:00
7b42500485 Added RPS1 for ZSH prompts 2014-11-16 10:54:22 -05:00
Olivier Mengué
899dbe2727 CHANGES: fix typo in contributor name 2014-11-13 00:13:02 +01:00
Olivier Mengué
6c6e1f5e76 Release v1.9 2014-11-12 23:44:59 +01:00
Olivier Mengué
2da289e682 CHANGES: add thanks to contributors for v1.9
git shortlog -n -s v_1.8..develop
2014-11-12 23:43:48 +01:00
Olivier Mengué
443a0967ff .mailmap: show jaesivsm's nickname 2014-11-12 23:35:03 +01:00
Olivier Mengué
844b607c45 .mailmap: stricter matches for Poil 2014-11-12 23:27:33 +01:00
Olivier Mengué
eb8e222f86 Add .mailmap to workaround contributors that have a broken Git config 2014-11-12 23:09:50 +01:00
Olivier Mengué
7f0f352a3e Add CHANGES file, with change log for incoming release 1.9 2014-11-12 22:15:48 +01:00
Olivier Mengué
e92735e4b4 README: move the current maintainer up! 2014-11-12 22:14:35 +01:00
Bartosz Janda
d55f678022 Fixed battery status on Apple computers without battery, like iMacs. 2014-11-08 16:52:25 +01:00
Olivier Mengué
1c657481fd _lp_temp_acpi: guard against any future l10n of 'acpi' 2014-08-19 01:07:35 +02:00
Olivier Mengué
7402f79a75 _lp_temp_acpi: simplify regexp 2014-08-19 01:06:16 +02:00
Vincent Lara
71321c84ab Handle neagative temperature in _lp_acpi_temp 2014-08-19 01:03:08 +02:00
algaerhythm (Wilson Maravilha)
d456155cd7 Fix typo in README.md 2014-08-19 00:59:05 +02:00
Olivier Mengué
61bb573148 README: add AUTHORS section with coderwall.com links 2014-08-19 00:55:04 +02:00
Olivier Mengué
53ce540a28 _lp_load_color: fix $variable inside (( )) 2014-07-09 23:27:18 +02:00
Olivier Mengué
008c1337e8 LP_ERR: assign '' (code style suggestion by shellcheck) 2014-07-09 23:18:43 +02:00
Olivier Mengué
13afd583d9 _lp_fossil_branch_color: fix $variable inside (( )) 2014-07-09 23:09:14 +02:00
Olivier Mengué
134347e252 _lp_svn_branch: fix quoting 2014-07-09 23:07:19 +02:00
Olivier Mengué
df277cb501 lp_set_dirtrim: fix quoting 2014-07-09 23:05:08 +02:00
Olivier Mengué
2da0c12fd1 _lp_shorten_path: clean variable usage inside (( )) 2014-07-09 22:56:11 +02:00
Olivier Mengué
ddac1d8ec5 Quoting fixes 2014-07-09 22:52:56 +02:00
Olivier Mengué
a7657ec622 Fix _lp_bool 2014-07-09 22:50:05 +02:00
Olivier Mengué
d48aba79a9 _lp_cpu_load: fix quoting on Darwin/BSD 2014-07-09 22:48:49 +02:00
Olivier Mengué
9633ac83ca hostname: fix LP_ENABLE_SSH_COLORS
Colorization of the hostname based on a hash of the name was broken for
some time because t_setaf was not available where LP_COLOR_SSH was used.
2014-07-01 00:32:46 +02:00
Olivier Mengué
d5ac06e711 Simplify % escape for zsh 2014-07-01 00:07:06 +02:00
Olivier Mengué
ee6343567d lp_battery_color: optimize colormap code when LP_PERCENT_ALWAYS=1
Better code (less comparisons) for colorization of the battery level
percent value.
2014-07-01 00:05:50 +02:00
Olivier Mengué
ed4f3832fe Remove variable LP_LIQUIDPROMPT, redundant with LP_OLD_PS1 2014-06-30 22:28:52 +02:00
Olivier Mengué
62f0270888 bash: save and set shell option promptvars 2014-06-30 19:42:51 +02:00
Olivier Mengué
943144cd12 test.sh: fix fake acpi for -t 2014-06-30 09:25:00 +02:00