]> arthur.barton.de Git - ax-zsh.git/blob - plugins/keychain/keychain.zprofile
ssh_macos: Don't error out when no SSH agent is available
[ax-zsh.git] / plugins / keychain / keychain.zprofile
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # keychain.zprofile: Setup keychain(1)
3
4 # Initialize keychain(1) as soon as possible ("profile") stage, but run it
5 # in all sessions, in non-login shells, too. So call the "zshrc" script here
6 # and set a flag that keychain(1) has been initialized already.
7 source $(dirname "$0")/keychain.zshrc && axzsh_keychain_was_run=1