Add updated bash startup files.

This commit is contained in:
Darren 'Tadgy' Austin 2024-08-25 20:36:06 +01:00
commit ee8f5f528a
11 changed files with 633 additions and 593 deletions

View file

@ -20,5 +20,6 @@ hash ssh-add ssh-agent >/dev/null 2>&1 && {
}
# Update the ~/.ssh/agents file.
__read_ssh_agents && __write_ssh_agents
__write_ssh_agents
(( $? == 2 )) && __read_ssh_agents && __write_ssh_agents
}