nojhan
9fb2965c4b
adapter mark default set
2012-08-13 22:28:50 +02:00
nojhan
956ed8717c
Merge branch 'master' of https://github.com/nojhan/liquidprompt
2012-08-13 22:24:19 +02:00
nojhan
45fddb4517
feature #25 : unicode chars only for utf-8 charset, else latin
2012-08-13 22:23:43 +02:00
Luc Didry
0d0f8f108d
Update comments
2012-08-13 22:09:49 +02:00
Poil
09d6ff48a7
Other improvment
2012-08-13 21:01:33 +02:00
Poil
7e8fc0e01f
New shell detection
2012-08-13 20:47:29 +02:00
Poil
5db1507b96
Small improvement
2012-08-13 20:40:36 +02:00
Luc Didry
32a89f5b90
Update vim modeline since there is no more shebang
...
Without shebang, vim doesn't know the filetype => syntaxic color off
2012-08-13 20:20:18 +02:00
Ludovic Rousseau
86f8dba07f
A login shell starts with a "-"
...
A login shell process is started with a "-" as the first character in
the process name. It is the case with Terminal on Mac OS X.
See http://docstore.mik.ua/orelly/unix/upt/ch51_09.htm
2012-08-13 16:37:56 +02:00
Ludovic Rousseau
0818aa1869
Warn if the shell is not supported
...
If the shell is not recognised as a supported ("bash" and "zsh" for now)
then a warning will be displayed in red.
For example on Mac OS X the shell process is named "-bash" (note the
first character) and is not yet recognised as a valid shell name.
2012-08-13 16:37:49 +02:00
Luc Didry
4c023a2a94
Fix bug: __battery:local:3: not an identifier: 0:
2012-08-13 16:34:02 +02:00
Luc Didry
c2fdb1751e
Fix bug in load printing (% not escaped in zsh)
...
Same thing than c8f01e68a3
2012-08-13 15:20:20 +02:00
Luc Didry
e9099d15a3
Allow to have a /etc/liquidpromptrc
...
Permit to have a modified configuration base for all users
2012-08-13 14:30:54 +02:00
Luc Didry
39fc1df488
Smaller shell detection (Thx to Michel Barret)
2012-08-13 11:44:09 +02:00
Luc Didry
a11b838116
Change charging battery symbol and color
2012-08-13 10:02:10 +02:00
Luc Didry
9a33acef08
Fix bug: __battery:local:3: not an identifier: 0:
2012-08-13 09:27:14 +02:00
nojhan
1243987b80
Merge https://github.com/ldidry/liquidprompt
2012-08-12 12:16:10 +02:00
nojhan
508b218004
Indicate if the battery is (dis)charging
...
Displays:
* a green ⌁ if the battery is charging and above a given threshold,
* a yellow ⌁ if the battery is charging and under threshold,
* a red ⌁ if the battery is discharging but above threshold;
2012-08-12 12:13:47 +02:00
Luc Didry
e754319c9c
Fix bug : shorten path didn't work anymore
...
Stupido ! How can I have the length of $p before
its attribution ? Shame on me.
2012-08-12 11:18:18 +02:00
Luc Didry
f7de6d019b
Bug fix : no more path in bash ☹
2012-08-12 11:02:48 +02:00
Luc Didry
2810d481aa
Fix typo and remove trailing space
2012-08-12 10:52:03 +02:00
Luc Didry
fb5860bd26
Fix bug in shorten_path for zsh
2012-08-12 10:51:29 +02:00
Luc Didry
c8f01e68a3
Battery printing bug in zsh part (special character not escaped)
2012-08-12 10:38:52 +02:00
Luc Didry
4e94fa71ff
Improvments for zsh shorten_path
2012-08-12 10:08:59 +02:00
Luc Didry
f51d6d21b5
Make liquidprompt bash AND zsh compliant
...
The script now can be sourced from either bash and zsh
No more shebang and small improvments added too
2012-08-12 00:46:05 +02:00