summaryrefslogtreecommitdiff
path: root/11_Prompts.zsh
AgeCommit message (Collapse)Author
2008-03-20Colors defs moved from Prompts.zsh to Colors.zshHugues Hiegel
2008-03-18svn tracking.Hugues Hiegel
2008-03-18Colors stored in an array instead of multiples annoying envvars.Hugues Hiegel
2008-03-13Always truncates the path and git-branch to let a minimal free space for ↵Hugues Hiegel
command prompt in the same line. Almost 40 characters (50% of a 80-wide terminal) will always be free for the command prompt : - the path will then be shrinked inside the remaining space available (letting at least 10 characters for the git-branch), until it reaches 10 characters min. - the git-branch (or the named-git-rev, or the git-commit-id) will then be shrinked until 10 characters min., always displaying, if available, the parent-level (~...), and, always, the first letters of the git-branch/named-rev/commit-id.
2008-03-11Better re-calculation of space left for path.Hugues Hiegel
TODO : truncate the gitbranch to 8 char. max. - the code is not perfect yet, so it has been de-activated for the time. -
2008-03-11Most comments converted from French to EnglishHugues Hiegel
2008-03-11Better prompt colors management,Hugues Hiegel
with a func (set_prompt_colors) to (re-)set the correct values at any time.
2008-03-11Red mail notification when receiving only on Listes/Notifications/NewslettersHugues Hiegel
2008-03-07Better git status/colors codes managment.Hugues Hiegel
2008-03-07=?utf-8?q?-=20pas=20de=20branche=20GIT=20dans=20les=20dossiers=20non=20g=C3= ↵Hugues Hiegel
A9r=C3=A9s=20!! =20-=20d=C3=A9claration=20de=20DATE=3D=20pour=20le=20prompt=20dans=20le=20bon=20bloc..?= MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.5.4.1" This is a multi-part message in MIME format. --------------1.5.4.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit
2008-03-07Modifications esthétiquesHugues Hiegel
2008-03-07Very much more better :Hugues Hiegel
get_git_branch() been optimized. returns the current git branch get_git_status() been optimized. returns colors code TODO : return an indicator which will be used to get the color code from an array term_title() prints titles inside screen and sets screens-titles too. colors codes use of zsh-builtin "autoload colors && colors" instead of computing fucking color codes :)
2008-03-07Brouillon.Hugues Hiegel
2008-03-07Un format d'affichage de la date plus "compact" visuellement.Hugues Hiegel
2008-03-07Recalcul de la taille dispo pour le CWDHugues Hiegel
suite aux modifs du commit 773e960217132db26d36cb3cd0c5286575a0bc65.
2008-03-07=?utf-8?q?Enfin=20un=20vrai=20calcul=20de=20la=20place=20dispo=20selon=20le= ↵Hugues Hiegel
20code=20d'erreur =20et=20le=20statut=20des=20mails,=20avec=20du=20code=20bien=20plus=20propre. =20Affichage=20beaucoup=20plus=20"rang=C3=A9"=20de=20ces=20diff=C3=A9rents=20flags. =20TODO:=20attaquer=20la=20seconde=20ligne=20du=20prompt.?= MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.5.4.1" This is a multi-part message in MIME format. --------------1.5.4.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit
2008-03-07Revert "Utilisation du '@' dans le 'login@hostname' pour afficher le ↵Hugues Hiegel
courrier reçu." This reverts commit 9ea51f7c5e442f382db96162d333c272568f2cea.
2008-03-07Format de la date plus copain-copain.Hugues Hiegel
2008-03-07Utilisation du '@' dans le 'login@hostname' pour afficher le courrier reçu.Hugues Hiegel
2008-03-07Mail status a bit less "verbose" :)Hugues Hiegel
2008-03-07Affiche "you got mail !" si on a du courrier non lu.Hugues Hiegel
2008-03-07=?utf-8?q?Un=20chtit=20"bug"=20avec=20awk=20qui=20compte=20toujours=20un=20m ↵Hugues Hiegel
essage=20vide =20dans=20les=20log=20de=20procmail,=20faussant=20donc=20le=20comptage=20des=20mails =20re=C3=A7us...=20:)?= MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.5.4.1" This is a multi-part message in MIME format. --------------1.5.4.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit
2008-03-07=?utf-8?q?Mail=20status=20dans=20la=20barre=20d'info=20du=20prompt=20plut=C3 ↵Hugues Hiegel
=B4t=20que=20dans
2008-03-07Just print a "You got mail !" message instead of f**king the procHugues Hiegel
with a call to sbin/mails
2008-03-07ah bah oui quand même.. !! :)Hugues Hiegel
2008-03-07Git-status will be better like this.Hugues Hiegel
2008-03-07Revert "Does not show anymore junk mail on mailcheck."Hugues Hiegel
et on fout le chunk du junk dans le prompt zsh. This reverts commit dafabc4a13fbacd6858925fd42581c662155dc8b.
2008-03-07Corrects a bug with commit f1f7a16b2d60f6496b13577184916e9f022f98e1Hugues Hiegel
- when only junk mail, does show mail received. - and also, always count one empty record.
2008-03-07Only display new mails when it's not junk mail. :)Hugues Hiegel
2008-03-07Mieux que biff !!Hugues Hiegel
2008-03-07Lighten git-status managment on zsh...Hugues Hiegel
2008-03-07Git slows toooooo mmmmuuuuuchhhhhh zsh.Hugues Hiegel
2008-03-07"Modularized" and automagic on-demand git-status.Hugues Hiegel
Conflicts: .zsh/01_Functions.zsh .zsh/11_Prompts.zsh .zsh/user:hugues/KeyBindings.zsh
2008-03-07on-demand git-status (with M-g, and M-G to clear)Hugues Hiegel
2008-03-07Hop, des chtites modifs A.L.C.Hugues Hiegel
2008-03-07Encore un peu de nettoyage du term_title pour l'affichage des commandes avec ↵Hugues Hiegel
des tabulations
2008-03-07oulah.git-svnhugues
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@536 a0e5b806-a6f9-0310-978d-cbce73f8a913
2008-03-07promptsize better calculated..hugues
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@535 a0e5b806-a6f9-0310-978d-cbce73f8a913
2008-03-07C'est mieux comme ça..hugues
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@534 a0e5b806-a6f9-0310-978d-cbce73f8a913
2008-03-07Des petites coquilles.hugues
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@533 a0e5b806-a6f9-0310-978d-cbce73f8a913
2008-03-07Woaw :)hugues
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@531 a0e5b806-a6f9-0310-978d-cbce73f8a913
2008-03-07up. :)hugues
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@530 a0e5b806-a6f9-0310-978d-cbce73f8a913
2008-03-07Rhâââ lovely :)hugues
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@529 a0e5b806-a6f9-0310-978d-cbce73f8a913
2008-03-07=?utf-8?q?Ah=20putain=20j'ai=20enfin=20trouv=C3=A9=20d'o=C3=B9=20venaient=20 ↵hugues
ces=20merdouilles git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@527 a0e5b806-a6f9-0310-978d-cbce73f8a913
2008-03-07Oups.. :/hugues
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@526 a0e5b806-a6f9-0310-978d-cbce73f8a913
2008-03-07Hop.hugues
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@525 a0e5b806-a6f9-0310-978d-cbce73f8a913
2008-03-07Hehe, encore des trucs..hugues
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@524 a0e5b806-a6f9-0310-978d-cbce73f8a913
2008-03-07Woawowww..hugues
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@523 a0e5b806-a6f9-0310-978d-cbce73f8a913
2008-03-07=?utf-8?q?Et=20hop,=20version=20finale.hugues
=20reste=20=C3=A0=20mettre=20=C3=A0=20jour=20tous=20les=20commentaires...?= MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.5.4.1" This is a multi-part message in MIME format. --------------1.5.4.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@522 a0e5b806-a6f9-0310-978d-cbce73f8a913
2008-03-07Putain, git, quoi. :)hugues
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@521 a0e5b806-a6f9-0310-978d-cbce73f8a913