SHA256
1
0
forked from pool/tcsh
Dr. Werner Fink 2023-10-12 12:17:40 +00:00 committed by Git OBS Bridge
parent c082e115ed
commit 63fefe6cc4

View File

@ -10,10 +10,8 @@
# 1999/06/28: <werner@suse.de> resort to the order to fit complete.tcsh
# found in tcsh-6.08.05, add the mh completes.
#
set _man_sections=(`\ls -1dfUA ${_manpath}*|sed s%/.\*/man%%|sort -u`)
set autolist=ambiguous
set noglob
#
unset noglob
set hosts
foreach _f ("$HOME/.hosts" /etc/csh.hosts "$HOME/.rhosts" /etc/hosts.equiv)
if ( -r $_f ) then
@ -34,8 +32,11 @@
else
set _manpath="/usr{{/X11/man,/openwin/man,/share/man}/{man,cat},{/man/{man,cat}}}"
endif
set _man_sections=(`\ls -1dfUA ${_manpath}*|sed s%/.\*/man%%|sort -u`)
set autolist=ambiguous
set noglob
if ( -d /usr/lib/ispell/ ) then
set _hash=(`\ls -1fUA /usr/lib/ispell/|&\sed -rn \\%.\*\\.hash%{s%\.hash%%p}`)
set _hash=(`\ls -1fUA /usr/lib/ispell/|&sed -rn \\%.\*\\.hash%{s%\.hash%%p}`)
else
set _hash=(english deutsch)
endif