aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bash_profile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-29 20:00:11 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-29 20:00:11 +0300
commit4bcf92fe5f3cf75fd39ce0615d58640e3df69ef6 (patch)
tree7281658d6c7eb7ff03134b25e550317fd9412633 /%HOME%/.bash_profile
parentdisable bash completion on Ubuntu (diff)
downloadlinux-home-4bcf92fe5f3cf75fd39ce0615d58640e3df69ef6.tar.gz
linux-home-4bcf92fe5f3cf75fd39ce0615d58640e3df69ef6.zip
spawn_ssh_agent: call on Ubuntu
Diffstat (limited to '%HOME%/.bash_profile')
-rw-r--r--%HOME%/.bash_profile2
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