summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-08Prompt colorized in yellow for user openwide@openwide-desktopHugues Hiegel
2008-04-08Sur le v-lab, j'ai envie de faire gaffe..Hugues Hiegel
2008-04-08An exec magically proposing a sudo to user openwide when connecting..Hugues Hiegel
2008-04-08EDITOR binded to ~/sbin/vim which points to /usr/bin/vim instead of ↵Hugues Hiegel
/usr/local/bin/vim
2008-04-08Affichage de l'@ IP au lieu du nom de la machine (vu qu'il veut rien dire)Hugues Hiegel
2008-04-08Pas de gestion de l'option "multibyte" avec zsh@openwideHugues Hiegel
2008-04-08umask 066 -> 022..Hugues Hiegel
This is *really* fucking when committing for public git-repositories.. :-/
2008-04-08A bit more useful 'make' keybinding..Hugues Hiegel
2008-04-04World-readable new files & folders.Hugues Hiegel
That was a shit each time I git-pushed to public repositories..
2008-04-02Debug dans la fonction precmd()Hugues Hiegel
2008-04-02^L binded to call directly "clear" in order to recalculate the prompt...Hugues Hiegel
2008-04-02nouvelle colorization des branches GIT..Hugues Hiegel
2008-03-27Merge branch 'master' of ssh://hiegel.fr/work/repos/zdotdirHugues Hiegel
2008-03-26Zlogin lightened.Hugues
2008-03-26Mail received other than important ones colorized in $generic instead of $red.Hugues
2008-03-26Corrects ESC-<space> keybinding.Hugues
2008-03-20Correction colorsHugues
2008-03-20Don't override the 'generic' color.Hugues Hiegel
2008-03-20Use of color[none] inside $c_ instead of each named-part.Hugues Hiegel
2008-03-20Colors defs moved from Prompts.zsh to Colors.zshHugues Hiegel
2008-03-20Binding to launch an svn status.Hugues Hiegel
2008-03-18svn tracking.Hugues Hiegel
2008-03-18Colors stored in an array instead of multiples annoying envvars.Hugues Hiegel
2008-03-17Converts '"' into ''' because of some special escape sequences..Hugues Hiegel
2008-03-17Push back Prunelle's config "au goût du jour".Hugues
2008-03-17Don't source the keychain when we are on a sudo shell.Hugues
2008-03-17It's better to end a string by a '%b' when it contains a '%B'.. :)Hugues
2008-03-14ESC-x is already binded to execute_cmd.Hugues Hiegel
2008-03-14A binding to do a quick 'exec zsh' on the fly. :)Hugues Hiegel
2008-03-14Use 'git-rev-parse --git-dir' to determinateHugues Hiegel
if we are on a .git managment folder or not.
2008-03-14Use git-rev-parse to get the commit-id, instead of 'git-show | head'..Hugues Hiegel
2008-03-14Get the git-commit-ish when named-rev is undefined.Hugues Hiegel
(Corrects commit 9088c1576c25eb8ab0e8ad466c1353bcfe4fbd39)
2008-03-14Keychain managment. That should be better like this..Hugues Hiegel
2008-03-14Better analysis of git-named-revs,Hugues Hiegel
with truncation of starting "tags/" or "remotes/" from the result.
2008-03-13Groups completion resultsHugues 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-11I just discovered push-line !!Hugues Hiegel
Thanx to Florent ;-)
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-07Gives this fuck out.Hugues Hiegel
2008-03-07Merge from ~/.git to ~/zdotdir/.gitStandAloneRepositoryHugues Hiegel
2008-03-07- preprint now accepts a second argument to give the color to useHugues Hiegel
- .zlogin uses now preprint command
2008-03-07Better git status/colors codes managment.Hugues Hiegel
2008-03-07"fatal: Not a git repository"... Pfff...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