74eab96637
* [t]csh files added (lfcd,lf-complete) * rename lf-complete.csh to lf.csh * rename lf-complete.csh to lf.csh; i forgot the comment-line * convert ^O esc-code to ^O string
13 lines
325 B
Tcsh
13 lines
325 B
Tcsh
#
|
|
# For using these completions you must load it from .tcshrc
|
|
#
|
|
# source ~/.config/lf/lf.csh
|
|
#
|
|
set lf_args = "-command -cpuprofile -doc --help -last-dir-path -memprofile -remote -selection-path -server -version --version"
|
|
|
|
uncomplete lf
|
|
uncomplete lfcd
|
|
|
|
complete lf "C/-*/(${lf_args})/"
|
|
complete lfcd "C/-*/(${lf_args})/"
|