You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completion is broken when using curly braces in shell scripts. export XDG_CONFIG_HOME="${HOME}/" for example, offers completions from the root of the filesystem. If I remove the curly braces, it works as expected.
The text was updated successfully, but these errors were encountered:
Completion is broken when using curly braces in shell scripts.
export XDG_CONFIG_HOME="${HOME}/"
for example, offers completions from the root of the filesystem. If I remove the curly braces, it works as expected.The text was updated successfully, but these errors were encountered: