From 867fc6815a5ec46681ec07ba75310e33d48122f1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 4 Jun 2018 23:36:49 +0300 Subject: .bash_profile: clean up --- %HOME%/.bash_profile | 5 ----- 1 file changed, 5 deletions(-) (limited to '%HOME%/.bash_profile') 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 -- cgit v1.2.3