summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
AgeCommit message (Collapse)Author
2009-11-23[Funcs] adapts term-title for tmux, based on screenHugues Hiegel
2009-11-20[Funcs] Adapts term_title for TmuxHugues Hiegel
2009-10-19[Prompts] Specific color for remote SSH_AGENTHugues Hiegel
2009-10-01Merge commit 'origin/master'Hugues Hiegel
Conflicts: 01_Functions.zsh
2009-10-01[Funcs] when managment update for sudo..Hugues Hiegel
2009-10-01[Funcs] when rebasing, show full head name without 'refs/' and 'heads/' partHugues Hiegel
2009-10-01[Funcs] manages added files in an empty git repositoryHugues Hiegel
2009-10-01[Funcs] protects 'lastjob' var with double-quotes to avoid 'set' command ↵Hugues Hiegel
call upon a fg.
2009-07-31[Funcs] When only when .when exists. Yeah, really.Hugues Hiegel
2009-07-31[Funcs] removes the trailing '^0' for named-revsHugues Hiegel
2009-07-22[Funcs] bug while testing 'when' command and .today file..Hugues Hiegel
2009-07-10Merge commit 'origin/master'Hugues Hiegel
2009-07-10[Funcs] w00t, an error while getting command args big as NOSE...Hugues Hiegel
2009-07-10[Funcs] more colors for screen hardstatusHugues Hiegel
2009-07-09[Funcs] hardstatus set without 'SCREEN' since it's set by screen itselfHugues Hiegel
2009-07-09[Funcs] test if git-rebase is in rebase-mergeHugues Hiegel
2009-07-09[TermTitle] new captionHugues Hiegel
2009-06-23[Funcs] chpwd : execs git-checkout HEAD when entering a directory with a ↵Hugues Hiegel
.git/ folder
2009-06-23[Funcs/GIT] rebasing, discards awk by using --name-only, removed (+)Hugues Hiegel
2009-06-05[Funcs/GIT] better rebasing promptHugues Hiegel
2009-06-05[Funcs] cleanup, fake spaceHugues Hiegel
2009-06-05[Funcs/git] shows added files in git branchHugues Hiegel
2009-06-03[Funcs/git] Get branch on an initialized repo with symlink HEADHugues Hiegel
2009-05-27[Funcs] corrects 5e37075e.. : does git-ls-files AND git-ls-tree, in case of ↵Hugues Hiegel
newly added files..
2009-05-26[Funcs] git-ls-tree instead of git-ls-files,Hugues Hiegel
in case all files inside a subfolder are deleted
2009-05-19[Funcs] tests is '=', not '==' !!Hugues Hiegel
2009-05-15[Funcs] grrr, just missed up an error redirection..Hugues Hiegel
2009-05-14[Funcs] Better empty git repositories managmentHugues Hiegel
2009-05-11[Funcs] testing if we are on an not-yet-initialized-git-reposHugues Hiegel
2009-04-20[Funcs] chpwd updated to show todo & whenHugues Hiegel
2009-04-20[Funcs] show sudoed user in screen titleHugues Hiegel
2009-04-02[Funcs] a bit of cleanup into set_prompt_colorsHugues Hiegel
2009-02-25[COLORS/FUNCS] moved out set_prompt_colors func declarationHugues Hiegel
2009-02-25[GIT] uses --inside-git-dir instead of --git-dirHugues Hiegel
2009-02-20Merge branch 'master' of /work/repos/zdotdirHugues Hiegel
Conflicts: net:osn.sagem/host:osnp1260077/user:g178241
2009-02-20[FUNCS] term_title for screen and screen-linuxHugues Hiegel
2009-02-17[FUNCS] rebase git for versions >= 1.5.?.?Hugues Hiegel
2009-02-15[Functions] tries to get real process name when calling back a job to ↵Hugues Hiegel
foreground with 'fg'... TBC
2009-02-13[TERM TITLE] updates screen managmentHugues Hiegel
2009-02-13[TERM TITLE] updates managment of term title for screenHugues Hiegel
2009-02-12[GIT] speeds up increadibly the git-status !Hugues Hiegel
2009-02-05[Functions] corrects guessing of normal/privileged userHugues Hiegel
2008-10-28Do not check {git,svn} {status,branch}Hugues Hiegel
2008-10-17Adds a "Rebasing" info in git-rev.Hugues Hiegel
2008-09-30Adds a 'rebase' when a rebase is in progressHugues Hiegel
2008-06-20Tiny bug while managing host:osnp1260077/user: with preprint()Hugues Hiegel
2008-06-18Revert "Anti-concurrential git-status for prompt update..."Hugues Hiegel
This reverts commit 0389ee35965add0d260f83cd145cb6fe20016aa2.
2008-06-13Anti-concurrential git-status for prompt update...Hugues Hiegel
When a .git folder contains to many blobs and takes too long time to get the status, instead of hanging up every shell, just let one of these (the first, of course) getting the current git status, the others will take the previous one, else a 'running' color status.
2008-05-22Personnalized non-UTF8 title for PuTTY terms.Hugues Hiegel
Don't forget to set "TERM" to "putty" when needed...
2008-04-02nouvelle colorization des branches GIT..Hugues Hiegel