diff options
-rw-r--r-- | %HOME%/.bash_profile | 5 |
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 |