diff options
| author | David Kaufmann <astra@ionic.at> | 2014-09-03 18:38:05 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2014-09-03 18:38:05 +0200 |
| commit | 5444b8e4a529f78acc06f60675fdb3e786fb2267 (patch) | |
| tree | d827f130186ef14b69db6e2a1c0aa8bf476c60b9 | |
| parent | 62c07bf1b35d465b035c139bc1aa8aa95f31d6f5 (diff) | |
| download | config-5444b8e4a529f78acc06f60675fdb3e786fb2267.tar.gz | |
do not start ssh-agent as the window manager does that already
| -rw-r--r-- | skel/.zprofile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/skel/.zprofile b/skel/.zprofile index 1edae93..c7e92e7 100644 --- a/skel/.zprofile +++ b/skel/.zprofile @@ -16,14 +16,14 @@ function start_agent { } # Source SSH settings, if applicable -if [ -f "${SSH_ENV}" ]; then - . "${SSH_ENV}" > /dev/null - ps -ef | grep ${SSH_AGENT_PID} | grep ssh-agent$ > /dev/null || { - start_agent; - } -else - start_agent; -fi +#if [ -f "${SSH_ENV}" ]; then +# ps -ef | grep ${SSH_AGENT_PID} | grep ssh-agent$ > /dev/null || { +# start_agent; +# } +# . "${SSH_ENV}" > /dev/null +#else +# start_agent; +#fi cmp -s $HOME/.hushlogin /etc/motd if [ $? != 0 ]; then |
