Skip to content

GNU parallel bash integration conflicts with Darwin parallel

Bash completion for GNU parallel is installed by default on lxplus. This prevents tab from autocompleting paths when Darwin's parallel is used as a prefix.

Should understand how complete works and remove the GNU parallel completions.

Related to #78 (closed).