lf/etc/lf.csh
2020-12-24 02:28:25 +03:00

16 lines
472 B
Tcsh

# Autocompletion for tcsh shell.
#
# You need to either copy the content of this file to your shell rc file
# (e.g. ~/.tcshrc) or source this file directly:
#
# set LF_COMPLETE = "/path/to/lf.csh"
# if ( -f "$LF_COMPLETE" ) then
# source "$LF_COMPLETE"
# endif
#
set LF_ARGS = "-command -cpuprofile -doc -last-dir-path -memprofile -remote -selection-path -server -version -help "
complete lf "C/-*/(${LF_ARGS})/"
complete lfcd "C/-*/(${LF_ARGS})/"