Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2008-09-20 | rtab: Fixed a bug in -l | Daniel Friesel | -5/+4 | |
As pointed out by mxey: When a path contains the same directory name several times, -l will cut off the path after the first of those names. | ||||
2008-09-20 | rtab: unfunction chpwd | Daniel Friesel | -0/+1 | |
chpwd is useless within the function | ||||
2008-09-20 | put: Accept paths, too | Daniel Friesel | -3/+3 | |
2008-09-19 | rtab: Prevent endless loops | Daniel Friesel | -2/+2 | |
2008-09-18 | Added put function | Daniel Friesel | -0/+46 | |
2008-09-17 | devtodo completion: Complete finished entries for --not-done | Daniel Friesel | -7/+11 | |
2008-09-17 | Switched hgd and gitd back into functions | Daniel Friesel | -4/+2 | |
2008-09-17 | Use rtab within the prompt | Daniel Friesel | -4/+5 | |
2008-09-17 | rtab: Added generic header | Daniel Friesel | -0/+4 | |
2008-09-17 | rtab: Removed some old forgotten stuff | Daniel Friesel | -4/+2 | |
2008-09-17 | Finished rtab | Daniel Friesel | -8/+45 | |
2008-09-17 | devtodo completion: Fixed _color | Daniel Friesel | -7/+1 | |
2008-09-17 | devtodo completion: Added completion for colors | Daniel Friesel | -0/+15 | |
(Only partially working) | ||||
2008-09-14 | hooks/post-update: Use relative paths | Daniel Friesel | -1/+2 | |
2008-09-13 | etc/completion: Enable caching | Daniel Friesel | -1/+3 | |
2008-09-13 | Added reload function from the grml zshrc | Daniel Friesel | -0/+14 | |
2008-09-13 | etc/rc: Unfunction internal functions | Daniel Friesel | -0/+2 | |
2008-09-12 | Added functions: die, info, warn | Daniel Friesel | -3/+8 | |
2008-09-12 | Added default alias for tilp | Daniel Friesel | -0/+2 | |
2008-09-12 | etc/function: Enable Exceptions | Daniel Friesel | -0/+2 | |
2008-09-10 | include/conflicts: Display multiple files properly | Daniel Friesel | -6/+6 | |
2008-09-10 | options: Removed cdable_vars (too annoying) | Daniel Friesel | -1/+1 | |
2008-09-08 | post-update hook: Invoke zcompile | Daniel Friesel | -0/+5 | |
2008-09-08 | rtab: Honor paths starting with ~/ | Daniel Friesel | -1/+7 | |
2008-09-07 | Added rtab | Daniel Friesel | -0/+31 | |
2008-09-07 | prompt: Made it more flexible | Daniel Friesel | -1/+12 | |
2008-09-07 | prompt: Truncate long directory names | Daniel Friesel | -1/+1 | |
2008-09-07 | Moved PS4 from prompt to env | Daniel Friesel | -2/+1 | |
This way, zsh -x is nicer to read | ||||
2008-09-07 | etc/completion: CHanged colors | Daniel Friesel | -3/+3 | |
2008-09-06 | devtodo completion: zstyle ignore-line yes for tdr | Daniel Friesel | -4/+13 | |
2008-09-06 | Added 'conflicts' to check for double path entries | Daniel Friesel | -0/+41 | |
2008-09-05 | todo comptetion: Finished arguments | Daniel Friesel | -0/+40 | |
2008-09-04 | Added semi-finished devtodo completion | Daniel Friesel | -0/+55 | |
2008-09-04 | fbi completion: Don't use ->stuff | Daniel Friesel | -14/+7 | |
2008-09-02 | fbi completion: No more eval | Daniel Friesel | -6/+16 | |
2008-09-02 | Added better sshfs completion | Daniel Friesel | -0/+82 | |
2008-08-31 | Added some keybindings from the Debian zshrc | Daniel Friesel | -0/+5 | |
2008-08-31 | directories: Really fixed exports | Daniel Friesel | -2/+2 | |
2008-08-31 | directories: Fixed exports | Daniel Friesel | -2/+2 | |
2008-08-28 | Updated alias 'hgc' to follow 'gitc' | Daniel Friesel | -1/+1 | |
2008-08-27 | reorganized default aliases | Daniel Friesel | -29/+41 | |
2008-08-26 | etc/functions/xsource: Added 'different behavior' comment | Daniel Friesel | -0/+4 | |
2008-08-26 | alias git-serve: Be verbose | Daniel Friesel | -1/+1 | |
2008-08-26 | Moved ZDIR and fpath to zshenv | Daniel Friesel | -3/+12 | |
2008-08-26 | Updated functions | Daniel Friesel | -22/+22 | |
* Removed unused cdl * Reworked extr | ||||
2008-08-24 | Updated prompt | Daniel Friesel | -2/+4 | |
PS1: Replaced depracated %c by %1~ PS4: Use colors and unicode | ||||
2008-08-23 | fbi completion: Added font completion | Daniel Friesel | -2/+6 | |
2008-08-23 | Updated short aliasas | Daniel Friesel | -3/+4 | |
2008-08-23 | Added xexport, renamed esource to xsource | Daniel Friesel | -5/+9 | |
2008-08-23 | etc/directories: Use hash -d instead of parameter assignments | Daniel Friesel | -12/+14 | |