Mercurial > index.cgi > dotfiles
changeset 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 | 33541d73d6d7 |
children | 48b4f41712dc |
files | .bash_profile |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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 }