- 02 Dec, 2016 1 commit
-
-
Terseus authored
-
- 28 Nov, 2016 5 commits
-
-
Olivier Mengué authored
-
Olivier Mengué authored
-
Olivier Mengué authored
-
Philip Garrison authored
Now your lambda or arrow can take over the role of the colon.
-
Olivier Mengué authored
-
- 27 Nov, 2016 3 commits
-
-
nojhan authored
-
Mark Vander Stel authored
The SunOS CPU load check was returning with a comma, which would cause a math operation to fail.
-
Bryce Jasmer authored
* Tried to use a more consistent and declarative voice throughout the entire file. * Moved an entry or two around to be closer to related features. * Expanded the explanation of a few of the features. * Made sure all comment lines fit in 80 characters (for no good reason)
-
- 29 Sep, 2016 4 commits
-
-
Olivier Mengué authored
-
Olivier Mengué authored
-
Olivier Mengué authored
Use parameter expansion power instead of sed.
-
Mark Vander Stel authored
On SunOS, cksum use tab as delimiter instead of space as on other platforms. Fix for #461
-
- 28 Sep, 2016 1 commit
-
-
Olivier Mengué authored
Because "declare -g" is only available since bash < 4.2 http://git.savannah.gnu.org/cgit/bash.git/tree/NEWS?id=a0c0a00fc419b7bc08202a79134fcd5bc0427071#n428
-
- 27 Sep, 2016 1 commit
-
-
Olivier Mengué authored
Regression introduced by d9cb55da.
-
- 24 Sep, 2016 1 commit
-
-
Olivier Mengué authored
Some users have a broken .bashrc that exports PROMPT_COMMAND. In this configuration _lp_set_prompt is in PROMPT_COMMAND when liquidprompt starts so prompt_on puts it in LP_OLD_PROMPT_COMMAND. This leads to a infinite recursion as _lp_set_prompt runs $LP_OLD_PROMPT_COMMAND. To work around those broken environments we now fix the environment by unexporting PROMPT_COMMAND.
-
- 17 Sep, 2016 1 commit
-
-
Felix Schlitter authored
-
- 25 Jun, 2016 2 commits
-
-
Olivier Mengué authored
-
Olivier Mengué authored
-
- 05 Jun, 2016 1 commit
-
-
Olivier Mengué authored
-
- 01 Jun, 2016 5 commits
-
-
Olivier Mengué authored
-
Anthony Gelibert authored
-
Olivier Mengué authored
-
Olivier Mengué authored
Fix bug introduced in 4636e0e1: battery level was not reported anymore on MacOS X.
-
Olivier Mengué authored
... for the analog clock feature.
-
- 31 May, 2016 1 commit
-
-
Olivier Mengué authored
-
- 30 May, 2016 4 commits
-
-
Olivier Mengué authored
-
Olivier Mengué authored
-
Olivier Mengué authored
Everything happens on master from now.
-
Olivier Mengué authored
Time for a new release...
-
- 21 Apr, 2016 1 commit
-
-
Simon McVittie authored
-
- 19 Apr, 2016 4 commits
-
-
Olivier Mengué authored
-
Olivier Mengué authored
-
Simon McVittie authored
~/.liquidpromptrc is still the highest-priority, and /etc/liquidpromptrc is still the lowest. A liquidpromptrc found in XDG_CONFIG_HOME or XDG_CONFIG_DIRS, with their usual priority order, are in between. As requested on #427 we source exactly one configuration file, the highest-priority one found: if ~/.liquidpromptrc or XDG_CONFIG_DIRS/liquidpromptrc is found, we no longer use /etc/liquidpromptrc. This is because a system-wide configuration file in /etc might be incompatible with a newer locally-installed version of liquidprompt.
-
Olivier Mengué authored
-
- 11 Apr, 2016 3 commits
-
-
Olivier Mengué authored
-
Olivier Mengué authored
One less condition when LP_ENABLE_VIRTUALENV=0 or neither VIRTUAL_ENV and CONDA_DEFAULT_ENV are set.
-
Software Mechanic authored
-
- 01 Apr, 2016 2 commits
-
-
Olivier Mengué authored
Fixes #423
-
Olivier Mengué authored
-