faq PadoGrid bash auto completion prepends backslash to environment variables - padogrid/padogrid GitHub Wiki

In my environment, PadoGrid bash auto-completion prepends \ to envirnment variables. How do I fix this?

This is a well-known bug that occurs on macOS and RHEL. Add the following in your .bashrc or .bash_profile to fix this problem. Note that this is a macOS and RHEL bash bug and is NOT contributed by PadoGrid.

# Fixes bash auto-complete bug that prepends '\' to env variables
shopt -s direxpand