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