diff options
Diffstat (limited to 'app-shells/tcsh/files/tcsh-complete')
-rw-r--r-- | app-shells/tcsh/files/tcsh-complete | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/app-shells/tcsh/files/tcsh-complete b/app-shells/tcsh/files/tcsh-complete index 8a2243877c0f..660b19d56850 100644 --- a/app-shells/tcsh/files/tcsh-complete +++ b/app-shells/tcsh/files/tcsh-complete @@ -2,7 +2,7 @@ ## ## Gentoo system tcsh scripts ## -## $Id: tcsh-complete,v 1.1 2003/01/25 19:59:15 alain Exp $ +## $Id: tcsh-complete,v 1.2 2003/10/18 05:40:05 raker Exp $ ## ## Based on the TCSH complete.tcsh script, with changed from the TCSHRC ## package (http://tcshrc.sourceforge.net) @@ -909,21 +909,21 @@ endif n/-[0-7]/"(l m h)"/ # SVR4 filesystems - complete mount c/-/"(a F m o O p r v V)"/ n/-p/n/ n/-v/n/ \ - n/-o/x:'<FSType_options>'/ \ - n@-F@'`\ls -1 /usr/lib/fs`'@ \ - n@*@'`grep -v "^#" /etc/vfstab | tr -s " " " " | cut -f 3`'@ - complete umount c/-/"(a o V)"/ n/-o/x:'<FSType_options>'/ \ - n/*/'`mount | cut -d " " -f 1`'/ - complete mountall c/-/"(F l r)"/ n@-F@'`\ls -1 /usr/lib/fs`'@ - complete umountall c/-/"(F h k l r s)"/ n@-F@'`\ls -1 /usr/lib/fs`'@ \ + #complete mount c/-/"(a F m o O p r v V)"/ n/-p/n/ n/-v/n/ \ + # n/-o/x:'<FSType_options>'/ \ + # n@-F@'`\ls -1 /usr/lib/fs`'@ \ + # n@*@'`grep -v "^#" /etc/vfstab | tr -s " " " " | cut -f 3`'@ + #complete umount c/-/"(a o V)"/ n/-o/x:'<FSType_options>'/ \ + # n/*/'`mount | cut -d " " -f 1`'/ + #complete mountall c/-/"(F l r)"/ n@-F@'`\ls -1 /usr/lib/fs`'@ + #complete umountall c/-/"(F h k l r s)"/ n@-F@'`\ls -1 /usr/lib/fs`'@ \ n/-h/'`df -k | cut -s -d ":" -f 1 | sort -u`'/ # BSD 4.3 filesystems - #complete mount c/-/"(a r t v)"/ n/-t/"(4.2 nfs)"/ \ - # n@*@'`grep -v "^#" /etc/fstab | tr -s " " " " | cut -f 2`'@ - #complete umount c/-/"(a h t v)"/ n/-t/"(4.2 nfs)"/ \ - # n/-h/'`df | cut -s -d ":" -f 1 | sort -u`'/ \ - # n/*/'`mount | cut -d " " -f 3`'/ + complete mount c/-/"(a r t v)"/ n/-t/"(4.2 nfs)"/ \ + n@*@'`grep -v "^#" /etc/fstab | tr -s " " " " | cut -f 2`'@ + complete umount c/-/"(a h t v)"/ n/-t/"(4.2 nfs)"/ \ + n/-h/'`df | cut -s -d ":" -f 1 | sort -u`'/ \ + n/*/'`mount | cut -d " " -f 3`'/ # BSD 4.2 filesystems #complete mount c/-/"(a r t v)"/ n/-t/"(ufs nfs)"/ \ # n@*@'`cut -d ":" -f 2 /etc/fstab`'@ |