This commit is contained in:
Steven Lu 2013-07-24 22:28:33 -04:00
commit 3531307227
2 changed files with 7 additions and 0 deletions

5
keychain-setup.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/sh
# This script sets up the keychain and is sourced by .{ba,z}shrc.
keychain ~/.ssh/id_rsa
. ~/.keychain/${HOST}-sh

2
zshrc
View file

@ -88,4 +88,6 @@ alias mk="make"
alias ds="dirs -v | head -10"
alias d="gd"
source ~/.oh-my-zsh/keychain-setup.sh
echo "Finished loading my .zshrc"