diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-08 23:05:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-08 23:05:25 +0300 |
commit | 2906a2302e85ccc7efca0a68e9e9b3b0e3b4602c (patch) | |
tree | 12d626b536c701562da5228324bc673723b8f043 /%HOME%/.bash_profile | |
parent | update_checksums: don't recalculate existing (diff) | |
download | linux-home-2906a2302e85ccc7efca0a68e9e9b3b0e3b4602c.tar.gz linux-home-2906a2302e85ccc7efca0a68e9e9b3b0e3b4602c.zip |
code style
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.bash_profile | 4 |
1 files 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 )" |