ssh-agent and tmux shortcuts
This commit is contained in:
@@ -141,6 +141,9 @@ for f in ~/.zsh.d/*.zsh; do
|
||||
source "$f"
|
||||
done
|
||||
|
||||
if [[ $(pidof ssh-agent |wc -w) == 0 ]]; then
|
||||
ssh-agent -s > ~/.ssh/agent
|
||||
fi
|
||||
eval "$(<~/.ssh/agent)"
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if [ -f /opt/google-cloud-sdk/path.zsh.inc ]; then
|
||||
|
||||
Reference in New Issue
Block a user