• Marc Cornellà's avatar
    Force ssh-agent output to use bourne-style syntax · 53c3567c
    Marc Cornellà authored
    On systems where the shell cannot be changed because of a strict
    security policy, ssh-agent will use the syntax of whatever the
    default $SHELL is.
    For instance, if the default shell is tcsh, ssh-agent will use the
    c-shell style (setenv).
    
    This change forces ssh-agent to use bourne-style syntax since that
    has to be later interpreted by zsh. Consequently, the environment
    file will contain `export' statements from now on (instead of
    `setenv').
    53c3567c
Name
Last commit
Last update
cache Loading commit data...
custom Loading commit data...
lib Loading commit data...
log Loading commit data...
plugins Loading commit data...
templates Loading commit data...
themes Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
oh-my-zsh.sh Loading commit data...