Oops, that breaks lots of things

This commit is contained in:
Anthony Rose 2021-11-16 15:38:10 +00:00
parent 28ef25ff55
commit 4d9023f195

View file

@ -1,9 +1,4 @@
#!/bin/bash
if ! [ -S "${SSH_AUTH_SOCK-:/dev/null}" ] && [ -x /usr/bin/ssh-agent ]
then
exec /usr/bin/ssh-agent $SHELL
fi
export ACP_BASHRC=1
if [ -f /etc/bashrc ]