Merge pull request #6 from tokozedg/patch-1

use equals sign for setenv function
This commit is contained in:
Daniel Perez 2017-03-16 10:25:40 -07:00 committed by GitHub
commit a999eaf295
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
if test -z "$SSH_ENV" if test -z "$SSH_ENV"
setenv SSH_ENV $HOME/.ssh/environment set -xg SSH_ENV $HOME/.ssh/environment
end end
if not __ssh_agent_is_started if not __ssh_agent_is_started