summaryrefslogtreecommitdiff
path: root/etc/functions/rtab
AgeCommit message (Collapse)AuthorLines
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