Mercurial > index.cgi > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
266:33541d73d6d7 | 267:857bf32fbaab |
---|---|
66 hg status | 66 hg status |
67 | 67 |
68 [[ $HOST == penguin && -z "$SSH_AUTH_SOCK" ]] && { | 68 [[ $HOST == penguin && -z "$SSH_AUTH_SOCK" ]] && { |
69 # We're probably on a ChromeOS container with no ssh-agent running yet, so | 69 # We're probably on a ChromeOS container with no ssh-agent running yet, so |
70 # let's start one and exit when it ends. | 70 # let's start one and exit when it ends. |
71 echo "Starting ssh-agent and a new shell" | |
71 ssh-agent bash | 72 ssh-agent bash |
72 exit | 73 exit |
73 } | 74 } |
74 | 75 |
75 [[ $HOST == cake && "`tty`" == "/dev/tty1" ]] && { | 76 [[ $HOST == cake && "`tty`" == "/dev/tty1" ]] && { |