Add updated bash startup files.
This commit is contained in:
parent
1e3ead5c74
commit
ee8f5f528a
11 changed files with 633 additions and 593 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue