Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Anthony Rose 2022-08-29 21:25:21 +01:00
commit 898ebb3021

View file

@ -210,14 +210,6 @@ then
alias dnf=yum alias dnf=yum
fi fi
if [ -S "$SSH_AUTH_SOCK" ] \
&& [ -r "$HOME/.ssh/id_ed25519" ] \
&& [ -r "$HOME/.ssh/id_ed25519.pub" ] \
&& [ "$(ssh-add -l | grep -c "$(ssh-keygen -l -f "$HOME/.ssh/id_ed25519.pub")")" = 0 ]
then
ssh-add "$HOME/.ssh/id_ed25519"
fi
usermotd () { usermotd () {
if [ -n "$_acp_motd_shown" ] if [ -n "$_acp_motd_shown" ]
then then