A descriptive comment

This commit is contained in:
Steven Lu 2013-07-25 00:25:59 -04:00
commit aa581421cb
2 changed files with 1 additions and 5 deletions

View file

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

1
zshrc
View file

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