1
0
mirror of https://github.com/alrayyes/server-dotfiles synced 2023-11-14 15:56:25 +00:00

Start keychain if it exists

This commit is contained in:
Ryan 2013-07-03 15:24:24 +02:00
parent c592e90709
commit f26d5c186d

View File

@ -47,3 +47,8 @@ source $ZSH/oh-my-zsh.sh
# Customize to your needs...
export PATH=$PATH:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/Cellar/php/5.3.8/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/l0rd/packer
alias homeshick="$HOME/.homesick/repos/homeshick/home/.homeshick"
if [ -f "~/.keychain/$HOST-sh" ]; then
keychain ~/.ssh/id_rsa
. ~/.keychain/$HOST-sh
fi