diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-06-04 23:36:49 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-06-04 23:36:49 +0300 |
commit | 867fc6815a5ec46681ec07ba75310e33d48122f1 (patch) | |
tree | 56b7965a020fd6a219e0264a62862be40ff6cb72 | |
parent | ssh.sh: move to .profile (diff) | |
download | linux-home-867fc6815a5ec46681ec07ba75310e33d48122f1.tar.gz linux-home-867fc6815a5ec46681ec07ba75310e33d48122f1.zip |
.bash_profile: clean up
-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 |