aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-06-04 23:36:49 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-06-04 23:36:49 +0300
commit867fc6815a5ec46681ec07ba75310e33d48122f1 (patch)
tree56b7965a020fd6a219e0264a62862be40ff6cb72 /%HOME%
parentssh.sh: move to .profile (diff)
downloadlinux-home-867fc6815a5ec46681ec07ba75310e33d48122f1.tar.gz
linux-home-867fc6815a5ec46681ec07ba75310e33d48122f1.zip
.bash_profile: clean up
Diffstat (limited to '%HOME%')
-rw-r--r--%HOME%/.bash_profile5
1 files changed, 0 insertions, 5 deletions
diff --git a/%HOME%/.bash_profile b/%HOME%/.bash_profile
index fe1b4b5..a9fc5fa 100644
--- a/%HOME%/.bash_profile
+++ b/%HOME%/.bash_profile
@@ -1,7 +1,2 @@
[ -r "$HOME/.profile" ] && source "$HOME/.profile"
[ -r "$HOME/.bashrc" ] && source "$HOME/.bashrc"
-
-echo "Welcome to $( hostname )"
-
-command -v spawn_ssh_agent > /dev/null 2>&1 \
- && spawn_ssh_agent