diff options
Diffstat (limited to 'skel')
| -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 |
