aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-08 23:05:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-08 23:05:25 +0300
commit2906a2302e85ccc7efca0a68e9e9b3b0e3b4602c (patch)
tree12d626b536c701562da5228324bc673723b8f043 /%HOME%
parentupdate_checksums: don't recalculate existing (diff)
downloadlinux-home-2906a2302e85ccc7efca0a68e9e9b3b0e3b4602c.tar.gz
linux-home-2906a2302e85ccc7efca0a68e9e9b3b0e3b4602c.zip
code style
Diffstat (limited to '%HOME%')
-rw-r--r--%HOME%/.bash_profile4
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 )"