Add gitattributesdb support. Update bash startup files. Small changes to other files.
This commit is contained in:
parent
e6fa97ecda
commit
93e8fe1e3f
22 changed files with 742 additions and 620 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