nojhan
b776cd8e64
Display a yellow + if stashs
...
Add a yellow + after the git infos, if there is at least one stash.
The * in case of untracked file is now red.
2013-01-17 23:02:17 +01:00
Johann Dreo
819c2c5ae2
manual merge
2013-01-16 15:47:47 +01:00
nojhan
3aedf713f4
Merge pull request #89 from jaesivsm/feature/dirtrim
...
Feature/dirtrim
2013-01-12 08:36:00 -08:00
nojhan
36659d81ee
Merge pull request #91 from milouse/develop
...
Add support for Fossil SCM (the return)
2013-01-12 08:16:42 -08:00
Étienne Deparis
7df52a3d53
Invert if order to speed up a bit the prompt display when parsing a fossil repository
2013-01-12 16:29:55 +01:00
Ludovic Rousseau
dedff1a222
Use a chroot() function
...
Fixes a warning:
-bash: local: can only be used in a function
A local variable can only be used inside a function.
The function is also unset after use.
2013-01-12 15:42:22 +01:00
Johann Dreo
1048cc7831
Escape configured sequences instead of bash ones ; bugfix: parse the whole prompt as a title ; LP_ENABLE_TITLE in the rc ; indent fixes
2013-01-11 14:18:24 +01:00
Johann Dreo
08666e4e31
Merge branch 'lp_as_title' of ssh://localhost:8480/nojhan/liquidprompt into lp_as_title
2013-01-11 10:23:34 +01:00
Johann Dreo
f34996baa6
Add an option to hide the logged user
...
LP_USER_ALWAYS=1 will display the user, even if he is the same than the logged one.
Defaults to 1 (always display the user), set to 0 if you want to hide the logged user (it will always display different users).
2013-01-11 10:15:12 +01:00
nojhan
11473777ca
Replicate the prompt in the title
...
Add an explicit option to replicate the whole computed liquid prompt in the window's title.
(Works with a vanilla xterm, but not under xterm-256 for me)
2013-01-10 17:18:45 +01:00
François Schmidts
f078f1dc4b
changing my mail
2013-01-10 11:58:28 +01:00
François Schmidts
dfea80c397
optimisation : less operation
2013-01-10 10:56:13 +01:00
François Schmidts
977fca59fb
adding comments and documentation
2013-01-10 10:22:58 +01:00
François Schmidts
73a804d05d
no systematic setting of PROMPT_DIRTRIM
2013-01-10 10:12:35 +01:00
Olivier Mengué
d4f41d5a88
_lp_git_branch: faster (less external programs calls)
2013-01-09 18:41:32 +01:00
Olivier Mengué
e7cdc7f9fe
git: fix variable leaks
2013-01-09 18:41:31 +01:00
François Schmidts
fd9e15c737
my way of shorting path was way slower than the one originally implemented
...
redoing the dirtrim feature though
2013-01-09 13:50:06 +01:00
François Schmidts
ea5d844819
more efficient path parsing
...
* no call to sed
* use of the "\w" for bash default value when path shorting is desactivated
2013-01-09 13:16:45 +01:00
Olivier Mengué
17750477e4
Optimize _lp_battery: no sed
2013-01-09 00:50:03 +01:00
Étienne Deparis
2e8718f1d0
Changege the untracked behavior to the same as git. Fix branch display bug while browsing deep fossil repositories
2013-01-05 23:03:26 +01:00
Étienne Deparis
a10d18c1bf
Re-add two auto-deleted line during cherry-picking
2013-01-05 21:16:25 +01:00
Étienne Deparis
10863427e5
Add special color when current repository has no tag.
2013-01-05 21:05:42 +01:00
Étienne Deparis
35c865af8a
Add the number of impacted files in fossil repository
2013-01-05 21:05:17 +01:00
Étienne Deparis
a1891ddf5d
Add support for fossil scm
...
Conflicts:
liquidprompt
2013-01-05 21:02:59 +01:00
nojhan
947781bac9
Default prefix put a classical prompt as title
...
Update the doc and themes accordingly
2013-01-04 14:08:26 +01:00
nojhan
af43ec0eac
Merge branch 'ps1-prefix' of https://github.com/dr4Ke/liquidprompt into develop
2013-01-04 13:54:48 +01:00
Christophe Drevet
db313ba89e
LP_PS1_PREFIX used to add arbitrary prompt before anything else
2013-01-04 13:01:06 +01:00
Christophe Drevet
a50b988f59
LP_ENABLE_VCS_ROOT to enable use of VCS features with root
2013-01-04 12:13:00 +01:00
Christophe Drevet
d6c5f3ca0f
don't process VCS function if root
...
they do not appear in the result anyway, and they can be quite slow
2013-01-04 12:08:06 +01:00
nojhan
1bf7fd93a5
Merge branch 'fix_git_basename' of https://github.com/dr4Ke/liquidprompt into develop
...
Conflicts:
liquidprompt
2013-01-04 11:24:49 +01:00
nojhan
0ac4e6b4f9
Merge branch 'master' of https://github.com/jorisv/liquidprompt into develop
2013-01-04 11:21:51 +01:00
nojhan
45cdcdba0a
move virtual env function in the path section, move the display from the front to the path section of the prompt, inside brackets, add flepied as an author, update the readme
2013-01-03 16:44:15 +01:00
nojhan
cb598c1cb8
Merge branch 'master' of https://github.com/flepied/liquidprompt into develop
2013-01-03 16:30:06 +01:00
Joris Vaillant
f70548525a
Fix a bug in line jump in git directory.
2012-12-06 14:22:43 +01:00
Christophe Drevet
337c473f6a
fix git in a directory containing spaces
2012-12-06 13:38:37 +01:00
Frederic Lepied
0a6d4960f3
added support for python virtualenv
2012-11-03 22:09:50 +01:00
nojhan
452ef223ce
Better default host colorscheme
...
Add two color for the X11 support, green (support) and yellow (no support, not
set in red, because it is not a critical warning). The bold cyan of the hostname
was to close to the green of the colon and the @, change it to blue.
2012-09-25 21:13:08 +02:00
nojhan
5794c3aeac
Feature: blue @ when connected with X11 support
...
If the current connection supports X (if we are in a X session or if we have
enabled X11 forwarding under ssh), the @ displayed in front of the hostname
is colored in blue (use LP_COLOR_X11 to change the color).
2012-09-23 23:07:51 +02:00
nojhan
0efdd9da71
clean chroot patch: add chroot for every connexions, modern test, local variabls
2012-09-09 22:43:10 +02:00
nojhan
23f31f952e
Merge branch 'master' of https://github.com/LudovicRousseau/liquidprompt into develop
2012-09-09 22:32:32 +02:00
nojhan
7e4feadb0e
manual merge
2012-09-09 22:25:02 +02:00
Ludovic Rousseau
d870fc4742
Remove extra new line in case of SVN directory
...
Without the patch my prompt is (on 3 lines):
[rousseau:~/Documents/sc/nfc/libnfc]
svn ‡
With the patch my prompt is (on 1 line only):
[rousseau:~/Documents/sc/nfc/libnfc] svn ‡
This is because expr(1) adds a new line at the end of the result.
2012-09-08 15:59:05 +02:00
Ludovic Rousseau
b78882a944
Merge remote branch 'upstream/master'
2012-09-07 17:45:06 +02:00
nojhan
871c38096d
bugfix: consider every X screen as a local connection, not only the first one
2012-09-05 19:44:53 +02:00
nojhan
4ca0203a28
Merge branch 'develop'
2012-09-05 19:39:46 +02:00
Ludovic Rousseau
fe4f98349e
Add support of /etc/debian_chroot
...
Debian uses the file /etc/debian_chroot to give a name to a chroot.
The default /etc/bash.bashrc contains:
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
2012-08-27 11:45:04 +02:00
Luc Didry
109a4e08f8
Fixed #63 -- Better fix, and fixed a path repetition problem.
...
Fix little error
2012-08-24 14:09:18 +02:00
Luc Didry
fbaac8fa8e
Fixed #63 -- Better fix, and fixed a path repetition problem.
2012-08-24 13:54:43 +02:00
Ludovic Rousseau
b9e020cb19
Fix Darwnin _lp_cpu_load()
...
With the previous code I get an error before each prompt:
-bash: $/dev/fd/62: No such file or directory
Maybe the same code can't be used for both Darwnin and FreeBSD.
I reuse the code removed in 2a833475bc
2012-08-21 23:49:55 +02:00
Ludovic Rousseau
5ebf982ceb
Update comment for Colors declarations
...
Make it more explicit that the default case is not only for Linux but
also for SunOS and Darwin.
Darwin case can not be merged with FreeBSD.
2012-08-21 23:39:46 +02:00