From 2906a2302e85ccc7efca0a68e9e9b3b0e3b4602c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 8 Oct 2016 23:05:25 +0300 Subject: code style --- %HOME%/.bash_profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/%HOME%/.bash_profile b/%HOME%/.bash_profile index 342b8a3..4af56b1 100644 --- a/%HOME%/.bash_profile +++ b/%HOME%/.bash_profile @@ -43,6 +43,8 @@ fi # INFOPATH="${HOME}/info:${INFOPATH}" # fi +echo "Welcome to $( hostname )" + spawn_ssh_agent() { [ -n "${SSH_AGENT_PID:+x}" ] && return 0 @@ -52,5 +54,3 @@ spawn_ssh_agent() { } [ "$( uname -o )" == 'Cygwin' ] && spawn_ssh_agent - -echo "Welcome to $( hostname )" -- cgit v1.2.3