[Lunar-commits] r22710 - moonbase/trunk/utils/theedge/profile.d
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Dec 22 21:42:27 CET 2006
Author: v3rt1g0
Date: 2006-12-22 21:42:27 +0100 (Fri, 22 Dec 2006)
New Revision: 22710
Modified:
moonbase/trunk/utils/theedge/profile.d/theedge.rc
Log:
Added 'edit' to the lvu tab complete code.
Modified: moonbase/trunk/utils/theedge/profile.d/theedge.rc
===================================================================
--- moonbase/trunk/utils/theedge/profile.d/theedge.rc 2006-12-22 20:09:51 UTC (rev 22709)
+++ moonbase/trunk/utils/theedge/profile.d/theedge.rc 2006-12-22 20:42:27 UTC (rev 22710)
@@ -29,7 +29,7 @@
prev=${COMP_WORDS[COMP_CWORD-1]}
if [ $COMP_CWORD -eq 1 ] || [ "${prev:0:1}" = "-" ]; then
- COMPREPLY=( $( compgen -W 'DETAILS DEPENDS CONFLICTS BUILD PRE_BUILD POST_BUILD CONFIGURE POST_INSTALL PRE_REMOVE POST_REMOVE what where cd alien from leafs orphans search service website install size installed compile compiler links sources maintainer version sum md5sum export import section moonbase html updatelog activity newer older voyeur pam expired depends tree eert stree leert held exiled urls versions short info' $cur ))
+ COMPREPLY=( $( compgen -W 'DETAILS DEPENDS CONFLICTS BUILD PRE_BUILD POST_BUILD CONFIGURE POST_INSTALL PRE_REMOVE POST_REMOVE what where cd alien from leafs orphans search service website install size installed compile compiler links sources maintainer version sum md5sum export import section moonbase html updatelog activity newer older voyeur pam expired depends tree eert stree leert held exiled urls versions short info edit' $cur ))
elif [ $COMP_CWORD -eq 2 -a $prev = "from" ]; then
COMPREPLY=( $(compgen -f "$cur") )
elif [ $COMP_CWORD -eq 2 ]; then
More information about the Lunar-commits
mailing list