diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-29 20:00:11 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-29 20:00:11 +0300 |
commit | 4bcf92fe5f3cf75fd39ce0615d58640e3df69ef6 (patch) | |
tree | 7281658d6c7eb7ff03134b25e550317fd9412633 | |
parent | disable bash completion on Ubuntu (diff) | |
download | linux-home-4bcf92fe5f3cf75fd39ce0615d58640e3df69ef6.tar.gz linux-home-4bcf92fe5f3cf75fd39ce0615d58640e3df69ef6.zip |
spawn_ssh_agent: call on Ubuntu
-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 |