Mercurial > index.cgi > dotfiles
diff .bash_profile @ 267:857bf32fbaab
Be a little chatty about what's going on just so I know
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Wed, 24 Apr 2024 19:35:12 -0400 |
parents | 2bc70f7910fa |
children | 105ff650452c |
line wrap: on
line diff
--- a/.bash_profile Wed Apr 24 16:53:52 2024 -0400 +++ b/.bash_profile Wed Apr 24 19:35:12 2024 -0400 @@ -68,6 +68,7 @@ [[ $HOST == penguin && -z "$SSH_AUTH_SOCK" ]] && { # We're probably on a ChromeOS container with no ssh-agent running yet, so # let's start one and exit when it ends. + echo "Starting ssh-agent and a new shell" ssh-agent bash exit }