marckhouzam / tcsh-completion

Enhanced sub-command completion in the tcsh shell
Apache License 2.0
10 stars 2 forks source link

Error when trying to install without npm #2

Open Omcsesz opened 1 year ago

Omcsesz commented 1 year ago

Hello, @marckhouzam !

When trying to run ./setup-tcsh-completion.bash, I get the following error message:

COMP_WORDBREAKS: Undefined variable.

I am using tcsh. Any idea on what is going wrong?

marckhouzam commented 1 year ago

I haven't used tcsh in years to be honest. But this project has tcsh call bash. Do you have bash installed?

Omcsesz commented 1 year ago

I haven't used tcsh in years to be honest. But this project has tcsh call bash. Do you have bash installed?

@marckhouzam Yes, I have it installed.