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
if [ -f /etc/bash_completion ];then. /etc/bash_completion
elif [ -f /usr/share/bash-completion/bash_completion ];then. /usr/share/bash-completion/bash_completion
fi
should work more reliable in case the bash_completion file is in a different directory. The /usr/share/bash-completion/bash_completion path should work on hemera :) You can add this part to your .bashrc
When using
pic-create
auto-completion in ascreen
session, the auto-completion fails with a:error. Outside the screen session, the same workflow works.
The text was updated successfully, but these errors were encountered: