diff options
Diffstat (limited to '%HOME%/.bash_profile')
-rw-r--r-- | %HOME%/.bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.bash_profile b/%HOME%/.bash_profile index bb4d98e..38b23f3 100644 --- a/%HOME%/.bash_profile +++ b/%HOME%/.bash_profile @@ -11,4 +11,4 @@ spawn_ssh_agent() { && trap "$( printf 'kill %q' "$SSH_AGENT_PID" )" 0 } -[ "$( uname -o )" == 'Cygwin' ] && spawn_ssh_agent +spawn_ssh_agent |