penguin/utils

my env utils

commit 82462832efb30911cae4f816074c5f955c6d28ec

author斟酌 鵬兄 <tgckpg@gmail.com>
date2014-11-25T04:11:05Z
subjectextends the lifetime for ssh-add
commit 82462832efb30911cae4f816074c5f955c6d28ec
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2014-11-25T04:11:05Z

    extends the lifetime for ssh-add
---
 bash/bashrc/sources/10_aliases | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash/bashrc/sources/10_aliases b/bash/bashrc/sources/10_aliases
index 914b5b2..4939c36 100755
--- a/bash/bashrc/sources/10_aliases
+++ b/bash/bashrc/sources/10_aliases
@@ -34,4 +34,4 @@ alias grepjs='grep -n --include=*.js'
 alias wget='wget --directory-prefix="$HOME/Downloads"'
 
 # ssh-agent key lifetime
-alias ssh-add="ssh-add -t 7200"
+alias ssh-add="ssh-add -t 10800"