From 4984ff5230ec810bf377af5e3365c0474eaf49dc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 3 Dec 2008 19:40:49 +0100 Subject: rtab: Removed 'possibly slow' from help (it takes several hundred named directories and a slow machine to actually slow rtab down) --- etc/functions/rtab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/functions') diff --git a/etc/functions/rtab b/etc/functions/rtab index 94d9c68..150aee4 100755 --- a/etc/functions/rtab +++ b/etc/functions/rtab @@ -41,7 +41,7 @@ while [[ $1 == -* ]]; do print ' -l, --last Print the last directory''s full name' print ' -s, --short Truncate directory names to the first character' print ' -t, --tilde Substitute ~ for the home directory' - print ' -T, --nameddirs Substitute named directories as well (possibly slow)' + print ' -T, --nameddirs Substitute named directories as well' print 'The long options can also bu set via zstyle, like' print ' zstyle :prompt:rtab fish yes' return 0 -- cgit v1.2.3