Shell completion export from the wrapper binary
[alexxy/gromacs.git] / scripts / GMXRC.csh.cmakein
index 47cfd69ac8b559329ca61edad72cef27a53c0117..d4e58d3323ed7d49b513feeb8826774013a29030 100644 (file)
@@ -90,14 +90,9 @@ setenv MANPATH ${GMXMAN}:${MANPATH}
 setenv GMXFONT 10x20
 
 # Read completions if we understand it (i.e. have tcsh)
-if { complete >& /dev/null } then
-  if ( -f $GMXBIN/completion.csh ) source $GMXBIN/completion.csh
-endif
-
-
-
-
-
-
-
-
+# Currently disabled, since the completions don't work with the new
+# gmx binary with subcommands.
+# Contributions to get the functionality back are welcome.
+#if { complete >& /dev/null } then
+#  if ( -f $GMXBIN/completion.csh ) source $GMXBIN/completion.csh
+#endif