diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-03 19:40:49 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-03 19:40:49 +0100 |
commit | 4984ff5230ec810bf377af5e3365c0474eaf49dc (patch) | |
tree | bfb902c55a7c0c7e4142b38d407a188a5105d68f /etc/functions/rtab | |
parent | adf0ebdf1340c91eae3ff47ce23f9c90d5ab12c6 (diff) |
rtab: Removed 'possibly slow' from help
(it takes several hundred named directories and a slow machine to actually slow rtab down)
Diffstat (limited to 'etc/functions/rtab')
-rwxr-xr-x | etc/functions/rtab | 2 |
1 files changed, 1 insertions, 1 deletions
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 |