- 30 Nov, 2013 1 commit
-
-
nojhan authored
-
- 28 Nov, 2013 5 commits
-
-
Olivier Mengué authored
-
Anthony Gelibert authored
-
Anthony Gelibert authored
-
Anthony Gelibert authored
-
Anthony Gelibert authored
-
- 27 Nov, 2013 3 commits
-
-
Anthony Gelibert authored
-
George Macon authored
pmset's output is much closer to the point.
-
George Macon authored
This uses ioreg to read the battery status. This was tested on Mac OS 10.8.3, but will probably work a few versions back as well.
-
- 26 Nov, 2013 3 commits
-
-
Ryan Wilson-Perkin authored
unset local variables that interfere with autonamedirs in oh-my-zsh 1) unset local variable p before use in zsh pwd truncation 2) prefix LP_OLD_PWD with "LP:" to avoid autonaming
-
Taahir Ahmed authored
_lp_upwards_find was using a single-quoted $@, not double-quoted, so find was actually looking for files called '$@'. In addition, once _lp_upwards_find finds the file it's looking for, it breaks out so it doesn't need to always traverse to root. I doubt this actually saves much in practice, but it might as well be there.
-
Taahir Ahmed authored
Mercurial and Bazaar are written in Python, which, on my system, causes a noticeable hitch in the prompt generation when changing directories. I have added code that, before invoking the 'hg' or 'bzr' executables, first tests if we could possibly be in a bazaar or hg repository checkout by traversing the directory structure upwards to the root, looking for an '.hg' or '.bzr' folder. At least for me, this makes the prompt instantaneous. There may be more elegant solutions to this problem, but this one works.
-
- 25 Nov, 2013 2 commits
-
-
Olivier Mengué authored
Revert "Added null check for count in _lp_temp_sensors() to stop division by zero errors in case count is still zero." Closes #214. Thanks @jaesivsm This reverts commit 9d96a82c. Conflicts: liquidprompt
-
Olivier Mengué authored
Closes #232.
-
- 20 Aug, 2013 1 commit
-
-
Olivier Mengué authored
-
- 01 Aug, 2013 1 commit
-
-
Olivier Mengué authored
-
- 26 Jul, 2013 1 commit
-
-
Olivier Mengué authored
-
- 07 Jul, 2013 1 commit
-
-
nojhan authored
-
- 01 Jul, 2013 2 commits
-
-
Kim Lidström authored
-
Kim Lidström authored
-
- 30 Jun, 2013 1 commit
-
-
Octavian Damiean authored
Added null check for count in _lp_temp_sensors() to stop division by zero errors in case count is still zero.
-
- 24 Jun, 2013 1 commit
-
-
Markus Dreseler authored
-
- 23 Jun, 2013 1 commit
-
-
Markus Dreseler authored
-
- 19 Jun, 2013 1 commit
-
-
nojhan authored
-
- 17 Jun, 2013 1 commit
-
-
Olivier Mengué authored
FreeBSD: fixed _lp_cpu_load Darwin: optimized _lp_cpu_load Note that this change may break syntax coloring in Vim if Vim is not configured to read the file as 'bash'. Workaround: create a symbolic link with a '.bash' extension and open that file.
-
- 13 Jun, 2013 5 commits
-
-
Olivier Mengué authored
I broke it in cf2ff289. Thanks to François Schmidts who immediately noticed the bug and produced a patch (but that I choose to not apply). Closes #201.
-
Olivier Mengué authored
Use a 'case..esac' in _lp_smart_mark.
-
Olivier Mengué authored
Remove one _LP_SHELL_zsh test from runtime. Introduce _LP_MARK_SYMBOL.
-
Olivier Mengué authored
-
Olivier Mengué authored
-
- 12 Jun, 2013 2 commits
-
-
Olivier Mengué authored
-
Olivier Mengué authored
Doesn't work on zsh: looks like 'time' doesn't output anything if applied to a shell function. Need a zsh expert.
-
- 11 Jun, 2013 8 commits
-
-
Olivier Mengué authored
If under root user, for VCS directories we do not collect anymore the VCS status information. Before it was collected (even if LP_ENABLE_VCS_ROOT=0, which is the default) but just not displayed. This is a huge optimisation for VCS directories, and also a security feature, as our shell code is absolutely not resistant to specially crafted VCS content.
-
Olivier Mengué authored
Still optimizing EUID...
-
Olivier Mengué authored
$EUID will not change during the shell life. So we can optimize color selection at liquidprompt startup instead of testing multiple times every time the prompt is shown. Optimizes LP_MARK and LP_PWD.
-
Olivier Mengué authored
-
Olivier Mengué authored
-
Olivier Mengué authored
-
Olivier Mengué authored
Thanks to François Schmidts (jaesisvm) for the previous work.
-
François Schmidts authored
and not a step one
-