summaryrefslogtreecommitdiff
path: root/etc/functions/rtab
AgeCommit message (Collapse)AuthorLines
2009-03-05Updated some copyrightsDaniel Friesel-1/+1
2009-02-28rtab: Follow symlinks [Wayne Davison @ zsh-workers]Daniel Friesel-1/+1
2009-02-28rtab: Fixed typo in helpDaniel Friesel-1/+1
2009-02-17rtab: Eliminate problems with "wrong" named directoriesDaniel 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-13Updated function and completion file headersDaniel Friesel-4/+3
2008-12-03rtab: Removed 'possibly slow' from helpDaniel Friesel-1/+1
(it takes several hundred named directories and a slow machine to actually slow rtab down)
2008-11-30Use filemode +x to autoload a function fileDaniel Friesel-0/+0
2008-11-22rtab: Added support for named directoriesDaniel Friesel-10/+25
2008-11-22Cleaned up / updated file headersDaniel Friesel-0/+1
2008-11-16rtab function: Allow configuration via zstyleDaniel Friesel-0/+11
2008-10-12rtab function: Don't return empty string when in /Daniel Friesel-1/+1
2008-09-20rtab: Fixed a bug in -lDaniel 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-20rtab: unfunction chpwdDaniel Friesel-0/+1
chpwd is useless within the function
2008-09-19rtab: Prevent endless loopsDaniel Friesel-2/+2
2008-09-17Use rtab within the promptDaniel Friesel-2/+0
2008-09-17rtab: Added generic headerDaniel Friesel-0/+4
2008-09-17rtab: Removed some old forgotten stuffDaniel Friesel-4/+2
2008-09-17Finished rtabDaniel Friesel-8/+45
2008-09-08rtab: Honor paths starting with ~/Daniel Friesel-1/+7
2008-09-07Added rtabDaniel Friesel-0/+31