ohmyksh/completions/man.org

457 B

Completions: man

Leven 1

Completions for man pages are found via:

	MANPATH=/usr/share/man man -k Nm~. | cut -d\( -f1 | tr -d , | \
		sort | \
		uniq > $MAN_CACH

Currently the cache is never re-created. Operating without a cache causes significant load times. If one requires the cache to be refreshed they can run the following in .xsession or similar:

rm -f ${LOAD_PATH}/cache/man