Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2010-04-02 | Replace $var by ${var} | Daniel Friesel | -17/+17 | |
2009-12-27 | rtab: Don't show a single . for a dotdir | Daniel Friesel | -7/+10 | |
2009-12-25 | rtab: Show two chars for dot-dirs (a/./b is not helpful and even wrong) | Daniel Friesel | -1/+7 | |
2009-08-20 | rtab: Don't substitute a wrong ~ in certain cases | Daniel Friesel | -1/+1 | |
If the current directory is .../$HOME, rtab used to substitute ...~ for it | ||||
2009-07-07 | Simply autoload all functions, don't make them executable | Daniel Friesel | -0/+0 | |
2009-03-22 | functions: - / -- designate end of options | Daniel Friesel | -0/+4 | |
2009-03-05 | Updated some copyrights | Daniel Friesel | -1/+1 | |
2009-02-28 | rtab: Follow symlinks [Wayne Davison @ zsh-workers] | Daniel Friesel | -1/+1 | |
2009-02-28 | rtab: Fixed typo in help | Daniel Friesel | -1/+1 | |
2009-02-17 | rtab: Eliminate problems with "wrong" named directories | Daniel Friesel | -1/+1 | |
example: hash -d www=/var/ww; cd /var/www; rtab -> rtab would try to cd ~~wwww or something, and fail | ||||
2008-12-13 | Updated function and completion file headers | Daniel Friesel | -4/+3 | |
2008-12-03 | rtab: Removed 'possibly slow' from help | Daniel Friesel | -1/+1 | |
(it takes several hundred named directories and a slow machine to actually slow rtab down) | ||||
2008-11-30 | Use filemode +x to autoload a function file | Daniel Friesel | -0/+0 | |
2008-11-22 | rtab: Added support for named directories | Daniel Friesel | -10/+25 | |
2008-11-22 | Cleaned up / updated file headers | Daniel Friesel | -0/+1 | |
2008-11-16 | rtab function: Allow configuration via zstyle | Daniel Friesel | -0/+11 | |
2008-10-12 | rtab function: Don't return empty string when in / | Daniel Friesel | -1/+1 | |
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-19 | rtab: Prevent endless loops | Daniel Friesel | -2/+2 | |
2008-09-17 | Use rtab within the prompt | Daniel Friesel | -2/+0 | |
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-08 | rtab: Honor paths starting with ~/ | Daniel Friesel | -1/+7 | |
2008-09-07 | Added rtab | Daniel Friesel | -0/+31 | |