.
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=163
This commit is contained in:
parent
c082e115ed
commit
63fefe6cc4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user